In the war between Russia and Ukraine, 28000+ civilians were killed, 18000+ were injured, and uncountable lives were affected. Moreover, 50000+ Ukrainian soldiers are either killed, wounded or missing. The war between nations doesn't bring any good to anyone. After watching these civilian and military casualties, we felt that only if a system could exist which was fast, efficient and reliable enough to provide civilians and military with an emergency SOS service then the number of casualties would have been significantly less. Inspired by this vision, my colleagues and I decided to solve this problem. This project is the result of this shared vision.
-
Initializing project
- run 'pip install -r requirements.txt'
- then run 'python manage.py makemigrations'
- then run 'python manage.py migrate'
- after the migrations are completed create a superuser with 'python manage.py cratesuperuser'
- Now you can use 'python manage.py runserver' to see the project up and working.
-
Google OAuth
- To start using sign-in with google you need to get google oAuth API tokens.
- Then goto admin panel and add API token to the needed place.