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 install
to install all required dependencies. - create
.env
file inside project directory with yourmongo_uri
andexpress_session_secret
. - Run
npm start
and visitlocalhost:3000
.
- Verify email address.
- Implement
Share
feature for every post. - Updating profile photo.
- Uploading image option as well with posts.
- Adding chat application.
- Block/Report an user or a post.