The project is hosted at https://memoriesstore.netlify.app/
This project is made using React, Node.js, Express & MongoDB, a Full Stack MERN Application - from start to finish. The App is called "Memories" and it is a simple social media app that allows users to post interesting events that happened in their lives.
The other tech stacks used are :
Redux
API calling using axios
@material-ui/core for interactive frontend development
Middleware libraries like thunk
The backend is hosted at heroku and the fronted is deployed at netlify.
Visit https://www.heroku.com/ and https://www.netlify.com/ for more information
Setup:
- Fork this repo
- Clone the repo to your local system using
npm clone
- Run
npm i && npm start
for both client and server side to start the app - Visit http://localhost:3000/ to view the live demo.