Skip to content

jasonfigueroa/CSGSI-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To Run in Windows

  1. Create a virtual environment python -m venv venv
  2. Activate the virtual environment .\venv\Scripts\activate
  3. Install dependencies pip install -r requirements.txt
  4. cd into the code directory cd code
  5. Run the app python app.py

To Run in Linux

  1. Create a virtual environment python -m venv venv
  2. Activate the virtual environment source venv/bin/activate
  3. Install dependencies pip install -r requirements.txt
  4. cd into the code directory cd code
  5. Run the app python3 app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages