Memoir is a website that comes with various features like user registration, letting registered users create posts, edit and delete them, as well as like other users' posts. Website is built on React frontend deployed over Netlify, while the backend, which is based on node and express, is deployed on Vercel server. MongoDB Atlas Cluster is used for the database management.
This website is up and running on Memoir.
- Unregistered users will be unable to create or interact with memoirs.
- "Sign In" button redirects you to authentication page, where you can either Sign In or Sign Up.
- Once Signed In, you can create your own posts, modify it and even delete it. You can also like posts as well.
Frontend: HTML, CSS, JavaScript, React
Backend: Node, Express, MongoDB
- Project refrence taken from project_mern_memories
- Learn to make Readme file from here Awesome-Readme-Templates
- You can learn more in the Create React App documentation.
- To learn React, check out the React documentation.
- Frontend deployment platform Netlify
- Backend deployment platform Vercel