Skip to content

OkothPius/CRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crime Management System

display_img display_img display_img

Python Version Django Version

A web portal where victims can log in and submit their complaints anonymously

Built with

To install the project follow these steps:

  1. git clone https://github.com/OkothPius/CRS.git
  2. $ cd CRS
  3. $ sudo apt install python3-pip python3-django
  4. $ sudo apt install python3 venv
  5. $ python3.8 -m venv my_env
  6. $ source my_env/bin/activate (for Linux/Mac OS )
  7. $ pip install -r requirements.txt
  8. $ python manage.py migrate
  9. $ python manage.py runserver

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Inspiration
  • Still in development