Skip to content

rdkap42/caedus-covid

Repository files navigation

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.

About

Data Science Modeling for COVID-19 Pandemic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published