- Install python and pip of latest version
- check its properly installed using python --version
- python3 -m venv env [In window]
- env\Scripts\activate [In window]
- python3 -m venv env [In Linux]
- source env/bin/activate [In Linux]
- pip install -r requirement.txt
- cd bms/
- python manage.py runserver or
- python3 manage.py runserver
- then check on
- http://127.0.0.1:8000/
-- https://documenter.getpostman.com/view/19244026/UyxqCNxq
- http://127.0.0.1:8000/admin
- email - admin@bms.com
- password - 1234