fixed things
This commit is contained in:
15
README.md
15
README.md
@@ -14,11 +14,18 @@
|
||||
git clone https://github.com/yourusername/job-forge.git
|
||||
cd job-forge
|
||||
|
||||
# Start development environment
|
||||
docker-compose up -d
|
||||
# Set up environment variables
|
||||
cp .env.example .env
|
||||
# Edit .env with your API keys (Claude, OpenAI, JWT secret)
|
||||
|
||||
# Access the application
|
||||
open http://localhost:8000
|
||||
# Start development environment
|
||||
cd docker
|
||||
docker compose up -d
|
||||
|
||||
# Access the applications
|
||||
# Frontend: http://localhost:8501
|
||||
# Backend API: http://localhost:8000
|
||||
# Database: localhost:5432
|
||||
```
|
||||
|
||||
## 📚 Documentation Navigation
|
||||
|
||||
Reference in New Issue
Block a user