Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 535 Bytes

File metadata and controls

25 lines (18 loc) · 535 Bytes

autoscriber-app-backend

Development

  1. Install all packages in requirements.txt
pip3 install -r requirements.txt
  1. Make sure sql is configured in main.py and create sql_pass

  2. Running the server

uvicorn main:app --reload
pip install -U pytest
pytest test_main.py