Repository for the backend of VPPR Depression Detection System created using FastAPI
- MongoDB
- Python
-
Install the dependencies
python -m pip install -r requirements.txt
-
Specify Environment variables
SECRET_KEY=SECRET KEY for signing JWT token TOKEN_EXPIRY=3600 MONGO_DETAILS=MongoDBConnectionString -
Run the project
python -m app
| Deployed Site | https://backend.vppr.tech/ |
| Swagger UI | https://backend.vppr.tech/docs |
| Redoc | https://backend.vppr.tech/redoc |
Template derived from