Skip to content

MASK, a project to control covid-19 and reduce deaths and diseases caused by it.

Notifications You must be signed in to change notification settings

mhnasajpour/Mask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mask

MASK, a project to control covid-19 and reduce deaths and diseases caused by it.

Visit website: https://mhnasajpour.pythonanywhere.com/

0. Introduction

Mask has 3 type of accounts: Admin - General user - Business owner.

These three types of people try to help reduce the disease in the whole society by following a series of policies.

1. Installation

git clone https://github.com/mhnasajpour/Mask.git
cd Mask

pip install virtualenv
python -m virtualenv venv
venv\Scripts\activate

cd backend
pip install -r requirements.txt

Now you have to copy file in the same destination.

xcopy config\.env-sample config\.env

Go to path backend\config\.env and fill this file with your information.

python manage.py migrate
python manage.py runserver

The project was run. You can see it by going to the URL http://127.0.0.1:8000/

2. APIs

To see the list of APIs, you can refer to URL http://127.0.0.1:8000/swagger/

AUTH USER PLACE HOSPITAL MANAGER

About

MASK, a project to control covid-19 and reduce deaths and diseases caused by it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published