Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.63 KB

README.MD

File metadata and controls

53 lines (37 loc) · 1.63 KB

A social media platform to share your thoughts !

Table of contents

Features

  • 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

Technologies Used

  • NodeJS (verson: 10.22)
  • ExpressJS (version: 4.17)
  • PassportJS (version: 0.4.1)
  • MongoDB (version: 3.6.1)
  • JQuery, Html, Css, Bootstrap

Local enviroment Setup

  1. Clone the project on your local system.
  2. Move into project directory using cd/project_name.
  3. Run npm install to install all required dependencies.
  4. create .env file inside project directory with your mongo_uri and express_session_secret.
  5. Run npm start and visit localhost:3000.

Todo Tasks

  • 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.

Screen Shots

Screenshot from 2020-09-11 15-39-17

Screenshot from 2020-09-11 15-40-06

Screenshot from 2020-09-11 15-40-36