Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 506 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 506 Bytes

Setup

  1. create a virtualenv using python and activate it.
  2. run pip install -r requirements.txt
  3. create a database named test.sqlite on root directory
  4. generate the encryption key by running python generate_key.py
  5. create a .env file and paste env.example into it.
  6. run flask run to run the app

Formatting

For formatting following libraries are used

  1. Black
  2. Pylint

For sorting

  1. isort

API's

use swagger or import the assignment TE.postman_collection.json