A basic image sharing based social network implemented with Node.js, Express.js and MongoDB at the backend.
- Open cmd or terminal in the project directory
- Run npm install
- Run npm start
- The server is running and can be accessed at localhost:3900
- Log in and Sign up
- View posts by all users being followed in feed page
- Comment and like pictures of other users
- Search for another user on the platform
- Access Profile page of user and send follow requests
- Change user name and profile picture in Profile page
- Accept pending follow requests
- Send e-mail to reset or change password (bugs yet to be fixed)