Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.
/ NFOP-app Public archive

CS491 Project Newark Fraternal Order of Police

Notifications You must be signed in to change notification settings

gajeraYash/NFOP-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newark Fraternal Order of Police

Web Application

Team

Info

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.

Setup

Details on how to setup the project.

Prerequisite

Environment Setup

  1. Install Virtualenv pip install virtualenv.
  2. Verify python version is 3.9.1 python --version.
  3. Clone this repository to your desired destination git clone https://github.com/gajeraYash/NFOP-app.git.
  4. Check out your workspace branch git checkout firstname-ws.
  5. Make a virutal environment virtualenv venv.
  6. Activate the new virtual environment source venv/bin/activate or Windows source venv/Scripts/activate.
  7. Install all dependencies pip install -r requirements.txt.

Development Setup

Run python manage.py runserver to open up a dev server and navigate to http://127.0.0.1:8000/ for accessing the application.

Documentation

To get more help on the Django go check out the Django Documentation or DevDocs Django. Bootstrap 5.0 related information. Bootstrap.

About

CS491 Project Newark Fraternal Order of Police

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published