https://github.com/nikiforovall/na-bu
Approach for managing microservices from different repositories on a developer machine
https://github.com/nikiforovall/na-bu
docker docker-compose docker-compose-template microservices
Last synced: about 2 months ago
JSON representation
Approach for managing microservices from different repositories on a developer machine
- Host: GitHub
- URL: https://github.com/nikiforovall/na-bu
- Owner: NikiforovAll
- Created: 2021-10-16T18:09:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T13:04:41.000Z (over 4 years ago)
- Last Synced: 2025-06-11T21:57:06.501Z (about 1 year ago)
- Topics: docker, docker-compose, docker-compose-template, microservices
- Language: Shell
- Homepage: https://github.com/NikiforovAll/na-templates
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Developer Setup
This repository is intended for bootstrapping developer environment. The general idea is to have an option to install microservice solution and have a developer support for infrastructure components (e.g: database, message broker, monitoring tools, etc.).
## Getting Started
Download downstream projects:
`./scripts/git-clone-all.sh`
Run test inside Docker:
`./scripts/execute-tests.sh`
Generate report:
`./scripts/generate-report.sh`
Find report under `./artifacts/report`.
**Run locally**
`./build/run-services start`
Open in browser:
`./scripts/open-in-browser.sh`
Check build-project state:
`./scripts/git-summary/git-summary.sh`