You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MeatMunchies exists because we deserver better meat. MeatMunchies is designed by taking inspiration from licious web application which is an online meat delivery platform. Objective is to deliver fresh meat in less time.
🛠 Built with
Technologies used in the project:
💻 Screenshots
Landing Page:
Login Page:
OTP verification page:
Products and categories page:
Single product page:
Payment page:
✨ Features
User side:-
Register and Login page
Authentication using email & password
Products page
Sorting & filtering: by price, by rating, by sub-category
$ cd client // go to client folder
$ yarn # or npm i // npm install packages
$ npm run start // run it locally
// deployment for client app
$ npm run build // this will compile the react code using webpack and generate a folder called docs in the root level
Server-side usage
Environment Variables:-
To run this project, you will need to add the following environment variables to your .env file
port // the port on which the server will run
mongo_url // your mongoDB URI to connect to the mongoDB atlas
JWT_SECRET // key which will be JWT secret key
Start
$ cd server // go to server folder
$ npm i // npm install packages
$ npm run server // run it locally