A small REST API exercise: uhm-counter to count the uhms in your presentation:
- Backend based on FastAPI
- Frontend based on Svelte
Get started the easy way (requires docker & docker-compose installed on your Server / PC):
git clone https://github.com/Spansky/uhm-counter.git
cd uhm-counter
docker-compose build
docker-compose up -d