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

https://github.com/iamhabbeboy/microservice-app

A simple implementation of microservice architecture with Vue, Go, PHP, Kafka and MongoDB
https://github.com/iamhabbeboy/microservice-app

demo educational-project go kafka microservice mongodb php vue

Last synced: about 1 year ago
JSON representation

A simple implementation of microservice architecture with Vue, Go, PHP, Kafka and MongoDB

Awesome Lists containing this project

README

          

# Microservice demo
### Installation
A Makefile is created to handle the build for all our services
```
make up_build
```

Install laravel packages by exec into the docker image
```
make php-shell
```

```
composer install
```

Goto your browser and hit
```
http://localhost
```
## 🎉 voila
![demo](https://res.cloudinary.com/denj7z5ec/image/upload/v1666371466/ezgif.com-gif-maker_1_lmb7mk.gif)