-
Notifications
You must be signed in to change notification settings - Fork 0
Home
labasubagia edited this page Dec 10, 2024
·
2 revisions
This project is a reservation management system project for watching movies. This system can be used by cinemas to manage with the ability where users can make seat reservations on a movie’s showtime.
This is the implementation of the project challenge in the roadmap.sh
- Manage data genres, movies, rooms, and showtimes.
- Reserve a seat to watch a movie.
- Go programming language.
- Docker for running external dependencies (PostgreSQL) and integration tests.
- goose for migrations.
- swag for swagger API docs generation.
# run docker dependencies
docker compose up -d
# run application
go run .
go test ./... -v