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
- Host: GitHub
- URL: https://github.com/iamhabbeboy/microservice-app
- Owner: iamhabbeboy
- Created: 2022-10-12T23:59:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T17:30:02.000Z (over 3 years ago)
- Last Synced: 2025-04-02T10:21:55.659Z (about 1 year ago)
- Topics: demo, educational-project, go, kafka, microservice, mongodb, php, vue
- Language: PHP
- Homepage:
- Size: 3.6 MB
- Stars: 11
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
