EasyNotes Application

Build a Restful CRUD API for a simple Note-Taking application using Node.js, Express and MongoDB.

Steps to Setup

  1. Install dependencies
$> npm install
  1. Run Server
$> node server.js

You can browse the apis at http://localhost:3000

  1. Compose Deploymennt
$> make compose_deploy
$> make compose_clean
  1. Kubernetes Deploymennt
$> make k8s_deploy
$> make k8s_clean

You can browse the apis at http://easynotes.lvh.me