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