veevism / Ghum-Restaurant-5th

9 stars 0 forks source link

Ghum Restaurant 5th

Ghum Restaurant is a web application built using Node.js and MongoDB. It's a restaurant website where users can select food items and add them to their cart. The admin can manage the menu by adding, updating, and deleting items.

Features

Installation

  1. Clone the repository:

    git clone https://github.com/Vee-Sorawee/Ghum-Restaurant-5th.git
  2. Navigate to the project directory:

    cd Ghum-Restaurant-5th.git
  3. Install the dependencies:

    npm install
  4. Set up the environment variables by creating a .env file in the root directory and adding the following variables:

    PORT=3000
    MONGODB_URI=mongodb://localhost:27017/
  5. Start the server:

    npm start
  6. Visit http://localhost:3000 in your web browser to access the application.

Usage

User

Admin

Credits

The application was built by