It is a Social Media App with the features included :
- Authentication.
- User can create post and share it with others, so that everyone can see the post
- User can like dislike the post
- User can comment on desired posts
- User Can Update Profile.
- Search new users and connect with them
- Show post history and posts
- Posts are having timestamps.
Live URL : https://socio-gram.netlify.app
Use the npm package manager to install this Project.
npm install
Go to ecommerce-backend folder and then run the below command
nodemon index.js
Go to FronEnd folder and then run the below command
npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.