
- Set up project structure with FastAPI application - Implement SQLAlchemy models for users, services, projects, team members, contacts - Create API endpoints for website functionality - Implement JWT authentication system with user roles - Add file upload functionality for media - Configure CORS and health check endpoints - Add database migrations with Alembic - Create comprehensive README with setup instructions
15 lines
269 B
Plaintext
15 lines
269 B
Plaintext
fastapi==0.104.0
|
|
uvicorn==0.23.2
|
|
sqlalchemy==2.0.22
|
|
alembic==1.12.0
|
|
pydantic==2.4.2
|
|
pydantic-settings==2.0.3
|
|
python-jose==3.3.0
|
|
passlib==1.7.4
|
|
bcrypt==4.0.1
|
|
python-multipart==0.0.6
|
|
email-validator==2.0.0
|
|
httpx==0.25.0
|
|
ruff==0.0.292
|
|
python-dotenv==1.0.0
|
|
aiofiles==23.2.1 |