This project i have developed using MERN stack in this project user can create their memories by uploading the photos and descriptions about the memories and user can also add tag.
User can like the post add the comment on the post.
User can delete their own post.
User can search the post using search and filter fucntionality it can search by tag or memory post title.
- Create a account using manual sign in or using google account
- Create a memory post
- Like the other user post
- By tapping the post user can see detail about the post and other comments on the post
- Delete post
- Search post by title or tag
- Paginate to see more post
To run this project, you will need to add the following environment variables to your .env file
CONNECTION_URL = ADD YOUR MONGODB CONNECTION URL
SECRET_SRT = ADD SECRET STRING HERE
Clone the project
https://github.com/purvjoshi04/mern-memories-project.gitGo to the project directory
cd mern-memomries-projectInstall dependencies
npm installStart the server
npm start