Skip to content
Snippets Groups Projects

group9_cw

This is the backend repository of our project, CycleConnect

Getting started

To run the API using docker:
To run the docker file: docker-compose up
To stop docker: docker-compose down

run the project

To run the Fast API locally: uvicorn main:app --reload