Skip to content

khai-npm/exe202backend

Repository files navigation

Installation Guide

To install the necessary packages and set up the project, follow these steps:

  1. Install library pack:

    py -m pip install -r requirements.txt
  2. Create ".env" inside folder :

    JWT_SECRET = "String"
    JWT_ALGORITHM = "HS256"
    
    CONNECTION_STRING = "mongodb://localhost:27017/"
  3. start up the project:

    py run.py

Good luck!

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors