Skip to content

Designed to streamline restaurant operations, including user registration, customer management, menu handling, and order processing. Built with Django REST framework for the backend and React.js for the frontend.

Notifications You must be signed in to change notification settings

Snehasish1099/Restaurant_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍽️ Restaurant Manager

Restaurant Manager is a full-stack web application designed to streamline restaurant operations — including user registration, customer management, menu handling, and order processing.
It is built using Django REST Framework for the backend and React.js for the frontend.


🚀 Features

  • 👥 User registration and login
  • 🧾 Manage restaurant profiles and customers
  • 📋 Add, update, and delete menu items
  • 🛒 Create and track orders
  • 🧑‍💻 Admin control for managing restaurant operations (Django admin)
  • 🌐 Responsive and user-friendly frontend interface

🛠 Tech Stack

  • Frontend: React.js, Tailwind Css, React-Hook-Form, Material UI
  • Backend: Django, Django REST Framework

▶️ How to Run the Project Locally

⚙️ Prerequisites

Ensure you have these installed:

  • Python (3.10+)
  • Node.js and npm
  • Git

🔹 Clone the Repository

git clone https://github.com/Snehasish1099/Restaurant_manager.git
cd Restaurant_manager

🔹 Run the Backend (Django)

1. cd backend
2. python -m venv env

3.
# Windows:
env\Scripts\activate
# macOS/Linux:
source env/bin/activate

4.
pip install -r requirements.txt

5.
python manage.py migrate
python manage.py runserver

🔹 Run the Frontend (React)

1. cd frontend

2.
npm install
    or
yarn

3.
npm start (if using npm)
  or
yarn start (if using yarn)

About

Designed to streamline restaurant operations, including user registration, customer management, menu handling, and order processing. Built with Django REST framework for the backend and React.js for the frontend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •