Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rproenza86/rrp-blog-user-service

Microservice to expose a Rest API. Cloud native dockerized a node app. Runs in a Kubernetes cluster locally and in production. First class developer cloud native developer experience.
https://github.com/rproenza86/rrp-blog-user-service

docker express kubernetes nodejs typescript

Last synced: 23 days ago
JSON representation

Microservice to expose a Rest API. Cloud native dockerized a node app. Runs in a Kubernetes cluster locally and in production. First class developer cloud native developer experience.

Awesome Lists containing this project

README

        

# rrp-blog-user-service

Microservice API written in Node/Express for a blog.

POC goals:

* Create a Cloud Native application.
* Provide dockerized development emviroment allowing hot reload and debbuging experiences.
* Use this app to work in a Kubernetes cluster.

### Get Started:
`git clone https://github.com/rproenza86/rrp-blog-user-service.git`

`cd rrp-blog-user-service `

### Yarn

`yarn`

`yarn build`

`yarn start`

### NPM

`npm install`

`npm run dev`