This project is deployed to https://rems.sharmasandip.com.np you can check out!!
In order to run this project on your localhost you have to follow the basic steps:
- clone this repository
- open terminal
- enter command 'python -m venv venv'
- then, enter 'venv\Scripts\activate'
- next enter 'cd rems'
- Enter 'pip install -r requirements.txt'
- all packages will be installed automatically on virtual environment.
- Then, enter 'python manage.py runserver'
- The project will run on your localhost i.e 'http://127.0.0.1:8000', and you can visit the project website on your browser.