An open API service indexing awesome lists of open source software.

https://github.com/crizstian/cinema-microservice-in-go

Example of a cinema microservice written in Golang deployed on Hashicorp Stack tools
https://github.com/crizstian/cinema-microservice-in-go

consul docker docker-compose go hashicorp microservices nomad terraform vault

Last synced: 3 months ago
JSON representation

Example of a cinema microservice written in Golang deployed on Hashicorp Stack tools

Awesome Lists containing this project

README

          

# Cinemas Microservice in Go (Project) (You are in Step-1)

This project consist of the following components:

```
.
├── base_docker_image
├── deploy
│ ├── docker-compose
│ ├── hashicorp
│ │ ├── deployment-files
│ └── readme.md
└── movie-service
```

# How to use this project

This project has several components and deployment strategies, so please follow the instructions defined below in order to spin up this project.

- [Initialize Environment with Hashicorp Vagrant] please see step-6 and onwards.

- **[Run microservices with Docker Compose]**(./deploy/docker-compose) \
it only deploys the microservices in docker containers locally and it is best for debugging the applications.