Web application for playing bingo based on Advent of Code.
cd ./backend
swag init --parseDependency --parseInternal
First you need to build the frontend:
cd ./frontend
npm run build
Then you can run the server that serves both backend and frontend:
cd ./backend
go run .
Swagger is available at http://localhost:8080/api/v1/swagger/index.html and the frontend at http://localhost:8080/.
- Inspired by this reddit post.