6 posts tagged with "Node"

Graphql Blog AppOct 24, 2019

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
ABC AppMay 28, 2019

ABC Desc

Node
Chainlist DAppJun 3, 2018

Node JS DApp emulating craiglist on Ethereum block chain.

Node
Ethereum
Truffle
Metamask
Chat AppJun 2, 2018

Peer to Peer Messaging App build on NodeJS and Socket.io. Users can create/join a chat room for which others users are notified. Messages sent to a room aren't persisted to a database.

Node
Socket.io
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
Messaging AppMay 14, 2018

This app keeps track of last 5 comments on news and publish new comment to news subscriber.Persistence is done on Redis which maintains track of last 5 comments on news.

Node