Vaccination System Backend for solution of effective vaccination distribution.
The Aim of the project is to provide a backend for mobile application and make a sustainable backend for effective vaccination distribution between citizens and Vaccine Distribution Entities
-- TBD --
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
We follow a systematic Git Workflow -
- Create a fork of this repo.
- Clone your fork of your repo on your pc.
- Add Upstream to your clone
- Every change that you do, it has to be on a branch. Commits on master would directly be closed.
- Make sure that before you create a new branch for new changes,syncing with upstream is neccesary.
-
Fork the repo and clone it.
-
Go in the repo and setup virtual environment using
python -m virtualenv venv
-
Then activate the environment using
On Windowssource venv/Scripts/activate
On MacOS/Linuxsource venv/bin/actiavte
-
Install requirements
pip install -r requirements.txt
-
Change into the
./vacc
directory.All the following steps are to be executed in the vacc directory.
-- below two are optional steps --
-
set secret key for your django project.
-
You can use [https://djecrety.ir/] to generate your secret key
-
After the above setup, run
python manage.py makemigrations
python manage.py migrate
-
Start the backend server
python manage.py runserver
Runs the backend server at default port8000
.
Open http://localhost:8000 to view it in the browser.
The page will reload if you make edits.
- If you are adding any new requirements for the project, make sure that you are adding it to
requirements.txt
- Django 3.0 - The web framework used in the project.
- Django Graphene ( Django Graphene ) - Used to generate GraphQL API
- Django Rest Framework - Does the magic of making REST API endpoints
- React Native- Better to write one codebase instead of two 😉
We use SemVer for versioning.
- Shreshth Arora - Idea & Backend & Deployment - AroraShreshth
- Parth Shah - Backend Django and React Native - parthsujalshah
- Aakash Agarwal - React Native - Aakash310
- Uttaran Sarkar - Idea and Backend Django - uttaransarkar
##Design
https://drive.google.com/file/d/16tAzU78Q6xQBODfceh6q5wmUokv_S-v4/view
-- TBD --
-- TBD --