Web Application
This project is part of the CS-491 course for CS major at Rutgers University - Newark. Project was never set to live for due to the sponsor's accountability after the project was to be handed over.
Details on how to setup the project.
- Install Virtualenv
pip install virtualenv
. - Verify python version is 3.9.1
python --version
. - Clone this repository to your desired destination
git clone https://github.com/gajeraYash/NFOP-app.git
. - Check out your workspace branch
git checkout firstname-ws
. - Make a virutal environment
virtualenv venv
. - Activate the new virtual environment
source venv/bin/activate
or Windowssource venv/Scripts/activate
. - Install all dependencies
pip install -r requirements.txt
.
Run python manage.py runserver
to open up a dev server and navigate to http://127.0.0.1:8000/
for accessing the application.
To get more help on the Django go check out the Django Documentation or DevDocs Django. Bootstrap 5.0 related information. Bootstrap.