🚀 live website 🚀
This repo contains the code for the backend of The Vertical's website. The Vertical is a swiss cycling challenge consisting of cycling from Switzerland's northernmost point to Switzerland's southernmost point.
The backend handles the storing/serving of records to be displayed on the frontend. It is built in Python, leveraging FastAPI for handling routes and Docker for containerization.
This backend is a simple FastAPI for storing/retrieving records to be displayed on the frontend.
Note
The code for the frontend can be found here.
To run it, run docker compose up --build
.