About | Features | Run | Users | License
COVID-19 infection monitor based in.
-
The system must have an admin user;
-
The system must have a model that will store COVID-19 data and a model that stores country names;
-
The system must have a simple 'CRUD' for COVID-19 data;
-
The data register must have a 'combo box' that carries the country model data;
-
Only the administrator user can register data in the COVID-19 table;
-
The data in the table must be identified on the main page, open and public to any user without the need for login;
-
A layout for a table should be created;
# Clone Repository
$ git clone https://github.com/PUC-DISCIPLINAS/monitorcoviddjango-gamoch-ianbandrade.git
# Go to Application folder
$ cd monitorcoviddjango-gamoch-ianbandrade
# Run the Application
$ docker-compose up
Access the Application at http://0.0.0.0:8000/
In the app, we have two different types of users:
Default user can only view the list and select an country, to view their data.
Admin user can modify the countries (CRUD), changing their data.
Username: admin
Password: password
This project is under the MIT license. See the file LICENSE for more details.