Run This Backend Using Following Steps

  • Install python and pip of latest version
  • check its properly installed using python --version

Create virtual enviroment

  • python3 -m venv env [In window]
  • env\Scripts\activate [In window]
  • python3 -m venv env [In Linux]
  • source env/bin/activate [In Linux]

Install requirement file

  • pip install -r requirement.txt

Final steps

Check Documentation of API

-- https://documenter.getpostman.com/view/19244026/UyxqCNxq

Accesing Admin