A web portal where victims can log in and submit their complaints anonymously
- django - The web-backend framework used
- Bootstrap4 - Elegant look
- PostgreSQL Relational Database Used
- AWS For serving the Images
To install the project follow these steps:
git clone https://github.com/OkothPius/CRS.git
$ cd CRS
$ sudo apt install python3-pip python3-django
$ sudo apt install python3 venv
$ python3.8 -m venv my_env
$ source my_env/bin/activate
(for Linux/Mac OS )$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py runserver
This project is licensed under the MIT License - see the LICENSE.md file for details
- Inspiration
- Still in development