Skip to content

shavaiz-hussain/assignment-TE

Repository files navigation

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

About

Flask rest Api with encrypted responses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published