Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/labasubagia/movie-reservation-system
Movie reservation system API
https://github.com/labasubagia/movie-reservation-system
go golang roadmap-sh
Last synced: 9 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T03:56:15.000Z (2 months ago)
- Last Synced: 2024-12-20T04:57:14.234Z (about 2 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
![build](https://github.com/labasubagia/movie-reservation-system/actions/workflows/go.yml/badge.svg)
## 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)