2 posts tagged with "MongoDB"

Todo AppMay 28, 2018

Node JS app providing CRUD operations for Todos' management. To-do created by a user is persisted in Mongo DB. New Users can be Signed up and encrypted credentials are persisted in Mongo DB. JWT Token returned after user login is usedto authenticate CRUD operations of Todo's.

Node
MongoDB
JWT
Recipe AppOct 19, 2017

Spring 5 based Recipe App providing CRUD operations. It was further migrated to MongoDB as backend DB

Spring
MongoDB