A website similar to Instagram where you can post and follow various people.
- Upload a post
- Follow and Unfollow users
- Like a post
- Search for users
- Forgot and reset password
- Clone this repository and cd into the root folder
- Then cd into the client folder and run
npm install - Run the command
npm start - Then cd into the server folder and run
node app.jscommand - Open
http://localhost:3000/in your browser
- Frontend: Reactjs, Materialize
- Backend: Nodejs, Expressjs
- Database: MongoDB
- Deploy
- Fixing comment bug
- Fixing routes for log out
- Feature to delete a comment
- Display profile picture besides name of the user in a post
- Feature to delete a profile