/criminal_minds

Third year HCI project

Primary LanguagePython

Criminal Minds

alt text

Criminal Minds is an mobile application that helps local police to carry out investigations on suspicious person of interests. This is the backend for the mobile application which created using Django framework.


Run App Locally


Make Migration
python manage.py makemigrations
Migrate
python manage.py migrate
Run Server (Local)
python manage.py runserver
Run Server (Port)
python manage.py runserver xxx.xxx.x.xx:PORT
Create a super user
(necessary for accessing the admin dashboard)
python manage.py createsuperuser

Dependencies

📀 PyMySQL
📀 djangorestframework
📀 tabula-py
📀 pandas


Mobile Application Preview

alt text


💗 (3YP) Human Computer Interaction