A backend API project built using FastAPI for managing users and workouts
- User Registration
- JWT authentication
- Login system
- Protected routes
- Create, read, update, delete workouts
- Workouts specific to each user
- Pagination
- SQLAlchemy
- SQLite Database
- FastApi
- SQLAlchemy
- SQLite
- JWT Authentication
- Passlib / bcrypt
- Pytest
-
Clone the Repository: git clone https://github.com/mpbe/FitnessApp.git
-
Create the virtual environment: python -m venv venv
-
Activate environment: venv\scripts\activate
-
Install dependencies: pip install -r requirements.txt
-
Create .env and copy the contents of '.env.example' into it
-
Run server: uvicorn app.main:app -reload
To test out the app, when the server is running navigate to: http://127.0.0.1:8000/docs
- REACT frontend development
- PostgreSQL support
- Docker deployment
