developed files
This commit is contained in:
15
README.md
15
README.md
@@ -9,6 +9,7 @@
|
||||
|
||||
## 🚀 Quick Start
|
||||
|
||||
### Docker Development (Recommended)
|
||||
```bash
|
||||
# Clone the repository
|
||||
git clone https://github.com/yourusername/job-forge.git
|
||||
@@ -28,6 +29,20 @@ docker compose up -d
|
||||
# Database: localhost:5432
|
||||
```
|
||||
|
||||
### Local Development Setup
|
||||
```bash
|
||||
# For local development and testing
|
||||
pip install -r requirements.txt
|
||||
|
||||
# For development dependencies only
|
||||
pip install -r dev-requirements.txt
|
||||
|
||||
# Run tests locally
|
||||
python validate_tests.py # Validate test structure
|
||||
python run_tests.py # Run API tests against Docker environment
|
||||
pytest # Run full pytest suite (requires local services)
|
||||
```
|
||||
|
||||
## 📚 Documentation Navigation
|
||||
|
||||
### 🏗️ **Architecture & Planning**
|
||||
|
||||
Reference in New Issue
Block a user