Skip to content

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.Integrated a secure payment method through Stripe, enabling users to make payments via card, ensuring a smooth and reliable transaction process.

Notifications You must be signed in to change notification settings

harshit1142/GoFood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoFood

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.

Tools used

FrontEnd part :

  • HTML/CSS/JS
  • React Js
  • Bootstrap 5
  • Context API

BackEnd Part :

  • Node js
  • MongoDB
  • Stripe
  • Express.js

How To Use

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

About

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.Integrated a secure payment method through Stripe, enabling users to make payments via card, ensuring a smooth and reliable transaction process.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published