Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 520 Bytes

File metadata and controls

26 lines (16 loc) · 520 Bytes

LifeTrackr API

To setup environment:

  1. Make sure you have Python3 installed
  2. Make sure in your in project directory and execute:
    1. sudo apt-get install python3-pymysql
    2. pip install -r requirements.txt
    3. source venv/bin/activate
    4. Ask Nova for .env file
  3. At this point, you should be setup!

Docs

Swagger Docs

If running locally

localhost:8000/docs

Run

uvicorn api.main:app --reload

python api/main.py