fixed things

This commit is contained in:
2025-08-02 16:20:23 -04:00
parent 3f2f14ac66
commit c9f25ea149
17 changed files with 231 additions and 20 deletions

View File

@@ -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