Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 838 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 838 Bytes

swisscycling-vertical-backend

🚀 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.

How to run

To run it, run docker compose up --build.