A social media platform to share your thoughts !
- Ability to post your vichaar
- You can like, comment on other user's vichaar
- You can Follow/Unfollow other users
- You can filter out to see vichaar only of the users you follow
- Edit your profile
- NodeJS (
verson: 10.22) - ExpressJS (
version: 4.17) - PassportJS (
version: 0.4.1) - MongoDB (
version: 3.6.1) - JQuery, Html, Css, Bootstrap
- Clone the project on your local system.
- Move into project directory using
cd/project_name. - Run
npm installto install all required dependencies. - create
.envfile inside project directory with yourmongo_uriandexpress_session_secret. - Run
npm startand visitlocalhost:3000.
- Verify email address.
- Implement
Sharefeature for every post. - Updating profile photo.
- Uploading image option as well with posts.
- Adding chat application.
- Block/Report an user or a post.


