Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

VPPR/backend-2

Repository files navigation

Backend

Repository for the backend of VPPR Depression Detection System created using FastAPI

Requirements

  • MongoDB
  • Python

Local Development

  • 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

Deployment

Deployed Site https://backend.vppr.tech/
Swagger UI https://backend.vppr.tech/docs
Redoc https://backend.vppr.tech/redoc

Credits

Template derived from

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •