Live Project : https://gofood-kappa.vercel.app/
- Developed an intuitive online restaurant platform using the MERN stack, allowing users to conveniently order food with categorized menus and price ranges, enhancing overall user experience.
- Designed key features such as a user-friendly search function, an intuitive “My Cart” section, and a detailed order history to streamline the user’s interaction with the platform.
- Integrated a secure payment method through Stripe, enabling users to make payments via card, ensuring a smooth and reliable transaction process.
- HTML/CSS/JS
- React Js
- Bootstrap 5
- Context API
- Node js
- MongoDB
- Stripe
- Express.js
To clone and run this Website, you'll need Git and Node installed on your computer.
# Clone this repository
$ git clone https://github.com/harshit1142/GoFood.git
# Go into the repository
$ cd GoFood
# Install dependencies
$ npm install
Create .env.local file in side Newshash folder and add following text with your own api key.
Mongoose_URL= "Your MongoDB connection link"
JWT_Secret="jwt key "
Start frontend with following command.
$ npm start
Start backend with following command.
$ cd backend
$ npm start