Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rproenza86/rrp-blog-user-service
- Owner: rproenza86
- License: mit
- Created: 2017-12-07T20:04:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T00:51:45.000Z (over 6 years ago)
- Last Synced: 2024-11-06T03:48:24.684Z (2 months ago)
- Topics: docker, express, kubernetes, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 35.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
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`