https://github.com/mikebild/docker-microservice-mashup
https://github.com/mikebild/docker-microservice-mashup
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikebild/docker-microservice-mashup
- Owner: MikeBild
- Created: 2022-11-21T05:48:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T15:29:34.000Z (over 3 years ago)
- Last Synced: 2025-02-14T02:47:17.234Z (over 1 year ago)
- Language: TypeScript
- Size: 3.94 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microservices Workshop - Shop Example
## Slides
- [Workshop Slides](packages/docs/microservices.pdf)
- [Awesome Microservices](https://github.com/mfornos/awesome-microservices)
## Setup
```
npm install
```
## Development
```
npm run dev
```
- [Frontend](http://localhost:4000)
- [GraphQL API](http://localhost:3000)
- [CouchDB](http://couchdb.localhost/_utils/)
## Docker
```
npm run docker
```
- [Frontend](http://frontend.localhost)
- [GraphQL API](http://graphql.localhost)
- [CouchDB](http://couchdb.localhost/_utils/)
## more
- [Micro-Frontends](https://github.com/MikeBild/introduction-micro-frontends)