This is the Backend API Movie Reservation System. It is an application designed to streamline the management and booking of movie showtimes.
This project is based on roadmap.sh.
Visit the Project Wiki for detailed information, such as the user manual, architecture, technical details, etc.
Run
# run docker compose
docker compose up -d
# install dependencies
go mod tidy
# run
go run .
Test
go test -v ./...
Visit /swagger/index.html
default is http://localhost:8000/swagger/index.html