We have a web application built using React and FastAPI.
- If you don't have docker, you can go here and follow the instructions in order to install the Docker Engine.
- Additionally, if you would simply like to host your own local server quickly, install Docker Compose here.
- The docker compose uses environment variables defined in backend/.env using this as an example example dotenv file
- The backend requires at least the MAPI_KEY to be defined.
docker-compose up
Should be available at http://localhost
Read the API docs at http://localhost/api/docs
Monitor celery workers with flower http://localhost/flower/dashboard
See backend README
See Dash implementation README