This is a complete Application Review System made using Django and Boostrap. It has all the features required for an ARS.
Here are the Features of the Application created.
- Complete User Authentication and Autherization using Django
- Each User can only Fill Application once
- He can Later Track his Application via provided Application ID
- Status Will be Shown whether his Application has been acccepted or rejected by the Admin.
Clone or Download the this repository and store it on your machine.
git clone https://github.com/arkalsekar/application-review-sys/
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.