Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.54 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.54 KB

Virtual Police Platform

Web Application for Citizen & Police to manage raised requests in the portal. This application is built using Django Web Application Framework.

Demo · Repository · View More »

Features

  • Citizen can raise Compliants, NOC Requests and Appointment Requests in the portal.
  • Police can view latest requests in the dashboard and contact the users.
  • Custom Django User model has been implemented in the application.
  • Role based access views to url's and pages were implemented with Python Decorators.
  • Used django authentication system for login, logout, sign-up and password reset

Built With

My Skills

Installation

Clone the repository and follow below steps...

cd city-desk
virtualenv ENV
ENV\Scripts\activate
pip install -r requirements.txt
py manage.py makemigrations
py manage.py migrate
py manage.py runserver

Contact

GMail · LinkedIn · GitHub · Website