SimplifyReport is an Android Application with backend on Django REST Framework which simplifies the process of reporting cases of fire 🧯, crimes⚠️ and calling an ambulance🚑. Immediate help is provided to people in cases of emergencies as these. User can easily post his reports and his neighbours are immediately notified through the application in cases of emergency such as fire outbreak, robbery or any other crime.
This repository contains the REST APIs of the application.
Deployed APIs can be found here.
https://simplify-reports.herokuapp.com/profile/
https://simplify-reports.herokuapp.com/fire/
https://simplify-reports.herokuapp.com/police/
https://simplify-reports.herokuapp.com/ambulance/
git clone https://github.com/AbsurdNerd/SimplifyReport_Backend
python -m venv env
Mac OS / Linux:
source env\Scripts\activate
Windows:
env\Scripts\activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
S.No. | Name | Role | GitHub Username :octocat: |
---|---|---|---|
1. | Dheeraj Kotwani | Android Developer | @dheerajkotwani |
2. | Vatsal Kesarwani | Android Developer | @plazzy99 |
3. | Diya Jaiswal | Backend Developer | @diyajaiswal11 |
4. | Manshi Todi | Backend Developer | @todi-2000 |