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

https://github.com/mikebild/docker-microservice-mashup


https://github.com/mikebild/docker-microservice-mashup

Last synced: 11 months ago
JSON representation

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)