This App can serve as backend of a blog. Users can sign-up Or sign-in. Post that users can create, update and delete posts. Users can also comment on a blog Post
GraphQL
Prisma
JWT
Node
This App can serve as backend of a blog. Users can sign-up Or sign-in. Post that users can create, update and delete posts. Users can also comment on a blog Post
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.