This is a repository for a restaurant website project built using the MERN (MongoDB, Express.js, React.js, Node.js) stack.
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.
- Home page with information about the restaurant
- User authentication and authorization
- MongoDB
- Express.js
- React.js
- Node.js
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/DevMehta22/02-Restaurant-Website.git
-
Navigate to the project directory:
cd 02-Restaurant-Website
-
Install dependencies for both the client and server:
cd frontend npm install cd ../Backend npm install
-
Run the development server:
cd ../frontend npm start
cd ../Backend npm run dev
Open your web browser and navigate to http://localhost:3000
to view the website.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.