An application to post your story book ideas.
Technological Stack used:
1.Node.js
2.Express
3.MongoDb
Tables: Users and Stories
Schema:
Users(id,googleId,firstName,lastName,email,image)
Stories(id,status,title,body,user,comment['comment-date','commentbody'],date)