/nasaq-task

using state design pattern to implement task and task state

Primary LanguagePython

Nasaq Interview Task

this is my answer for Nasaq Task

How to run Project

  1. use Pipenv to initiate virtual environment and install dependency packages
  2. macke sure you active virtual environment
  3. create .env file and add to this file
    • SECRET_ID string app secret key
    • DEBUGGER boolean debug flag
    • HOSTS string contan allowed hosts separated by ,
  4. run command to create migrations file
  5. run command to migrate database
  6. import postman_collection.json in Postman applcation
  7. now you can run project and test it

Thanks and i wish meet your expectation