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