Simple Express backend that provides a small API for items and a spin endpoint.
Install and run:
cd backend
npm install
npm run startEndpoints:
- GET /api/items
- POST /api/items { text }
- DELETE /api/items/:id
- POST /api/spin -> returns { winner }
| Name | Name | Last commit date | ||
|---|---|---|---|---|