Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.24 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.24 KB

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