- create a virtualenv using python and activate it.
- run
pip install -r requirements.txt
- create a database named test.sqlite on root directory
- generate the encryption key by running
python generate_key.py
- create a .env file and paste env.example into it.
- run
flask run
to run the app
For formatting following libraries are used
- Black
- Pylint
For sorting
- isort
API's
use swagger or import the assignment TE.postman_collection.json