Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yugendev/rm-movie_reservation-ml
Roadmap.sh movie reservation system implementation 🐘☕🐹🐍🐋🐰
https://github.com/yugendev/rm-movie_reservation-ml
backend compose docker docker-compose echo-framework fastapi go java micronaut-framework monorepo nginx postgresql python rabbitmq roadmap spring-webflux
Last synced: about 1 month ago
JSON representation
Roadmap.sh movie reservation system implementation 🐘☕🐹🐍🐋🐰
- Host: GitHub
- URL: https://github.com/yugendev/rm-movie_reservation-ml
- Owner: YugenDev
- Created: 2024-10-16T21:08:04.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T03:40:00.000Z (about 2 months ago)
- Last Synced: 2024-11-27T04:26:12.673Z (about 2 months ago)
- Topics: backend, compose, docker, docker-compose, echo-framework, fastapi, go, java, micronaut-framework, monorepo, nginx, postgresql, python, rabbitmq, roadmap, spring-webflux
- Language: Go
- Homepage: https://roadmap.sh/projects/movie-reservation-system
- Size: 214 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Try it yourself ;)
## Run it with docker compose
```bash
docker-compose up --build
```
(In case of failure when initilizating DBs, just run it again.)# Languages and Frameworks
### 1. **User Service**
- **Language/Framework**: Python (fastAPI)### 2. **Movie Service**
- **Language/Framework**: Go (Echo)### 3. **Showtime Service**
- **Language/Framework**: Java (Spring Webflux)### 4. **Reservation Service**
- **Language/Framework**: Go (Echo)