/cinema-microservice-in-GO

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

Primary LanguageGo

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.