Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.07 KB

Notes App

This is a simple notes system containing multiple microservices and built using node.js. The app contains frontend app, backend APIs and a worker.

Application Details:

  • User can register and login
  • User can create, view, update and delete notes
  • User can see details of a note
  • User can share note with another user
  • User can add notes to group and see notes in group
  • User can add notes to favourites
  • User can set reminder on a note

Using docker-compose

  • Build and start docker-compose up --build
  • Stop docker-compose down

Individual service documentations

API Specs

Architecture

Architecture diagram