This is a social media website that serves you messages from the people you follow The following features are implemented
apart from general things like login validations profile pictures etc.
WebApp
The server side of the app is a written using node js
To run the app locally install all dependencies as in package.json and use node db in the terminal
you have to configure your own .env file it should have three fields
CONNECTIONSTRING= <key> PORT =<port no. || preset 3000> JWTSECRET = <jwt api key for login> SENDGRID = <sendgrid api key>
The preset port is 3000 so you may visit localhost:3000
The app is deployed on Heroku. ClICK HERE