Reactogram app is an instagram clone application where users can register, login and create post with images.
The MERN stack is a web development framework made up of the stack of MongoDB, Express.js, React.js, and Nodejs. It is one of the several variants of the MEAN stack.
MERN Stack is a compilation of four different technologies that work together to develop dynamic web apps and websites. It is a contraction for four different technologies as mentioned below:
- M - MongoDB : Non Relational Database.
- E - ExpressJS : Node.js web server.
- R - ReactJS : JavaScript Frontend Framework.
- N - NodeJS : JavaScript Web Server.
- Other users can view, like, comment on different posts
- User can sign up.
- User can login with credentials.
- User can add new post.
- User will upload post image.
- User can Like any other user post.
- User can comment on any other user's post.
- User can delete their own post.
- User can see details of any post.
- User can see all comments on any post.
- User can see all their posts.
- User can edit profile.