Memories Blog Fullstack MERN Web App
This web app is created using Reactjs in frontend side and Nodejs and Expressjs in backend side.
Backend are connected using MongoDb Atlas Cloud database for user and blog posts data storage.
Frontend and Backend are connected using REST API's
This web application is a complete example of Fullstack MERN (MongoDb, ExpressJs, ReactJs and NodeJs) web app.
This application uses all CRUD (CREATE, READ, UPDATE and DELETE) operations.
This application can be used for Memories sharing between friends and family.
- ReactJs
- Redux
- Axios
- React-Router
- Material UI
- NodeJs
- ExpressJs
- Mongoose
- MongoDb Atlas cloud storage
- User signup
- User signin
- Create Post
- Read Post
- Like post
- Edit post
- Delete post
- commnet on post
- Serch post by title, tags, and creator
- Post recommendation
- Search results by creator
- Search results by tags
-
Clone memories blog web app
-
Go to project directory
git clone https://github.com/abhisheksharma1310/memories_blog.git
cd memories_blog/
-
Install all packages for client and server
-
Run webapp
npm install
npm run start
- For build package
npm run build