Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 714 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 714 Bytes

Social Media Website Project

A basic image sharing based social network implemented with Node.js, Express.js and MongoDB at the backend.

Running the Server

  1. Open cmd or terminal in the project directory
  2. Run npm install
  3. Run npm start
  4. The server is running and can be accessed at localhost:3900

Features

  1. Log in and Sign up
  2. View posts by all users being followed in feed page
  3. Comment and like pictures of other users
  4. Search for another user on the platform
  5. Access Profile page of user and send follow requests
  6. Change user name and profile picture in Profile page
  7. Accept pending follow requests
  8. Send e-mail to reset or change password (bugs yet to be fixed)