https://github.com/labasubagia/movie-reservation-system
Movie reservation system API
https://github.com/labasubagia/movie-reservation-system
go golang roadmap-sh
Last synced: 2 months ago
JSON representation
Movie reservation system API
- Host: GitHub
- URL: https://github.com/labasubagia/movie-reservation-system
- Owner: labasubagia
- License: mit
- Created: 2024-11-26T15:57:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T03:56:15.000Z (6 months ago)
- Last Synced: 2025-02-02T18:20:35.330Z (4 months ago)
- Topics: go, golang, roadmap-sh
- Language: Go
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie Reservation System

## Description
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](https://roadmap.sh/projects/movie-reservation-system).
Visit the [Project Wiki](https://github.com/labasubagia/movie-reservation-system/wiki) for detailed information, such as the user manual, architecture, technical details, etc.
## Installation
### Run Project
Run
```sh
# run docker compose
docker compose up -d# install dependencies
go mod tidy# run
go run .
```Test
```sh
go test -v ./...
```### API Docs
Visit /swagger/index.html
default is http://localhost:8000/swagger/index.html
## License
[MIT](./LICENSE)