
- Set up project structure with FastAPI framework - Create database models for users, employees, departments, and job titles - Implement JWT authentication and authorization system - Set up SQLite database with SQLAlchemy ORM - Add Alembic migrations for database versioning - Create CRUD API endpoints for employee management - Implement category-based search functionality - Add OpenAPI documentation and health check endpoint - Update README with comprehensive setup and usage instructions
13 lines
253 B
Plaintext
13 lines
253 B
Plaintext
fastapi>=0.95.0
|
|
uvicorn>=0.21.1
|
|
pydantic>=2.0.0
|
|
pydantic-settings>=2.0.0
|
|
python-jose[cryptography]>=3.3.0
|
|
passlib[bcrypt]>=1.7.4
|
|
python-multipart>=0.0.5
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.11.0
|
|
tenacity>=8.2.2
|
|
email-validator>=2.0.0
|
|
ruff>=0.0.272
|
|
pytest>=7.3.1 |