Backend API for Janepher, a fashion AI web app built with FastAPI and PostgreSQL.
- FastAPI REST API
- PostgreSQL + SQLAlchemy + Alembic
- JWT Authentication
- CRUD: Users, Conversations, Messages
- Swagger Docs at
/docs
FastAPI, PostgreSQL, Pydantic, Alembic, Uvicorn
# Activate environment
.\.venv\Scripts�activate
# Run server
uvicorn main:app --reloadVisit http://127.0.0.1:8000/docs for Swagger UI.
DATABASE_URL=postgresql://postgres:your_password@localhost:5432/janepheralembic upgrade headGreg Enos
Mark Ndwaru