Skip to content

arkalsekar/Application-Review-Sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application Review System (ARS)

This is a complete Application Review System made using Django and Boostrap. It has all the features required for an ARS.

Demo

Demo 1

Demo 2

Demo 3

Characteristics

Here are the Features of the Application created.

  1. Complete User Authentication and Autherization using Django
  2. Each User can only Fill Application once
  3. He can Later Track his Application via provided Application ID
  4. Status Will be Shown whether his Application has been acccepted or rejected by the Admin.

Setting Up

Clone or Download the this repository and store it on your machine.

git clone https://github.com/arkalsekar/application-review-sys/

Usage

Once Downloaded or Cloned the Repository, Run the following Commands

pip install -r requirements.txt

Once Installed all the requirements. Run the Following Commands.

python manage.py makemigrations
python manage.py migrate

This is isin't necessary but with this you would be able to login to the website.

python manage.py createsuperuser

This command will finally run the server on localhost://8000

python manage.py runserver

Now head on to http://127.0.0.1:8000/ and access the site.

License

MIT