Skip to content

Containerization, Declarative CI/CD pipeline, K8s cluster integrated

Notifications You must be signed in to change notification settings

DevMehta22/End-to-end-DevOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Restaurant Website (MERN Stack)

This is a repository for a restaurant website project built using the MERN (MongoDB, Express.js, React.js, Node.js) stack.

Table of Contents

About

This project is a website for a restaurant, designed to showcase the restaurant's user authentication and authorization system. It is built using the MERN stack, which comprises MongoDB, Express.js, React.js, and Node.js.

Features

  • Home page with information about the restaurant
  • User authentication and authorization

Technologies Used

  • MongoDB
  • Express.js
  • React.js
  • Node.js

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/DevMehta22/02-Restaurant-Website.git
  2. Navigate to the project directory:

    cd 02-Restaurant-Website
  3. Install dependencies for both the client and server:

    cd frontend
    npm install
    cd ../Backend
    npm install
  4. Run the development server:

    cd ../frontend
    npm start
    cd ../Backend
    npm run dev

Usage

Open your web browser and navigate to http://localhost:3000 to view the website.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.


About

Containerization, Declarative CI/CD pipeline, K8s cluster integrated

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published