Skip to content

A Police Station Management System built on Django that allows users to book criminals, cases, court details & cell occupancy. User must be logged in to access the application.

Notifications You must be signed in to change notification settings

steve-njuguna-k/Kenya-ePolice

Repository files navigation

Kenya ePolice

A Police Station Management System built on Django that allows users to book criminals, cases, court details & cell occupancy. User must be logged in to access the application.

Requirements

The user can perform the following functions:

  • A user can add arrested persons
  • A user can add case details
  • A user can add court details
  • A user can add cell details
  • A user must be signed in to access the application
  • A user can can search for arrested persons

Installation / Setup instruction

The application requires the following installations to operate:

  • pip
  • gunicorn
  • django
  • postgresql

Technologies Used

  • python 4.0.1

Project Setup Instructions

  1. git clone the repository
https://github.com/steve-njuguna-k/Kenya-ePolice.git
  1. cd into Kenya-ePolice
cd Kenya-ePolice
  1. create a virtual env
py -m venv env
  1. activate env
env\scripts\activate
  1. Open CMD & Install Dependancies
pip install -r requirements.txt
  1. Make Migrations
py manage.py makemigrations
  1. Migrate DB
py manage.py migrate
  1. Run Application
py manage.py runserver

Known Bugs

  • There are no known bugs currently but pull requests are allowed incase you spot a bug

Contact Information

If you have any question or contributions, please find me on LinkedIn

© 2022 Steve Njuguna

License: MIT

About

A Police Station Management System built on Django that allows users to book criminals, cases, court details & cell occupancy. User must be logged in to access the application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published