Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 293 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 293 Bytes

tal-backend

  1. create new python environment: virtualenv mypython
  2. activate your environment: mypython\Scripts\activate
  3. run the command: pip install -r requirements.txt
  4. start the server: uvicorn main:app --reload
  5. open database in https://sqliteonline.com/ and open DB sql_app.db