Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 866 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 866 Bytes

Food delivery app

Project Overview:

This is a web-based food delivery application built using the MERN (MongoDB, Express.js, React, Node.js) stack. The app allows users to browse place orders, create user profiles, and make secure payments.

Installation

  1. Clone the repository using git clone https://github.com/rajput999/Mern-Food-Delivery.git.
  2. Navigate to the cloned directory using cd Mern-Food-Delivery.

For Frontend

  1. Navigate to the Frontend using cd client.
  2. Install the dependencies using npm install.
  3. Start the server using npm start.

For Backend

  1. Navigate to the Backend using cd backend.
  2. Install the dependencies using npm install.
  3. Start the server using npm start.

Usage

  1. Open your web browser and navigate to http://localhost:3000.

Credits

This project is developed by Abhishek Rajput.