Project Link: https://add-memories.netlify.app/
- Registration and login using a secure Authentication System
- Google Sign in using OAuth Client
- Create, Like, Delete, Update Posts
- React (Javascript Framework)
- Redux
- Material UI
- Axios
- React Router
- react-google-login
- jwt-decode
- Nodejs
- Express JS
- Mongoose
- bcryptjs
- MongoDB
Clone the Repository - git clone https://github.com/shivamkakkar4/memories.git
- cd client
- npm install && npm start
- Server starts on localhost:3000
- cd server
- npm install && npm start
- Server starts on localhost:5000