Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.06 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.06 KB

Caedus Covid

Data Science Modeling for COVID-19 Pandemic

Getting Started

Setup

Install development dependencies:

Running the project

To run both the api and frontend, run the following command in your shell of choice:

docker-compose up

The backend will be ready when you see this message:

api_1       | INFO:     Uvicorn running on http://0.0.0.0:80 (Press CTRL+C to quit)

The frontend will be ready when you see this message:

frontend_1  |  READY  Server listening on http://0.0.0.0:80

Once the app finishes launching, you can visit the following URLs:

Rebuilding the project

If you have added new dependencies and need to rebuild the docker image, run:

docker-compose build

API

See the api's documentation.

Frontend

See the frontend's documentation.