https://github.com/mohit838/burgershop-mern
Burger fullStack projects using MERN
https://github.com/mohit838/burgershop-mern
Last synced: 2 months ago
JSON representation
Burger fullStack projects using MERN
- Host: GitHub
- URL: https://github.com/mohit838/burgershop-mern
- Owner: mohit838
- Created: 2022-09-26T06:36:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T10:56:55.000Z (over 2 years ago)
- Last Synced: 2025-01-29T23:29:28.516Z (4 months ago)
- Language: JavaScript
- Homepage: https://starlit-frangollo-16609b.netlify.app/
- Size: 16.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BurgerShop-MERN
Burger fullStack projects using MERN
## Packages for frontEnd
npm i react-router-dom
chart.js react-chartjs-2 react-hot-toast react-icon react-redux @reduxjs/toolkit axios sass country-state-city framer-motion protected-route-react## Packages for backEnd
npm i cors express nodemon dotenv mongoose passport passport-google-oauth20 express-session cookie-parser
## To run concurrently Client and Server
npm i concurrently