Skip to content

matangeorgi/Covid19-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Covid19-Backend

This is the backend side of an academic course which represents
Covid19 registration form (for any kind of orginazation),
with options of extracting part of the data by Date of birth and city
and exporting to excel or displaying it live.

How to run:

clone the repo

cd Covid19_Backend

python manage.py runserver

Make sure to change to the inner directory before the runserver command.
Runs the app in the development mode.
Starting development server at http://127.0.0.1:8000/

How to connect to PostgreSQL:

Inside the directory covid19_backend there is a file name settings.py.
in this file there is variable called DATABASES, you should change the information
in order to sync to your db.

Written using Django

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages