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.
git clone https://github.com/rproenza86/rrp-blog-user-service.git
cd rrp-blog-user-service
yarn
yarn build
yarn start
npm install
npm run dev