Skip to content

subhashree125/restaurant_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Service

This project is a web-based application designed to manage restaurant services, including user management and service functionalities. It is implemented using Python and HTML.

Features

  • User Management: Handles user-related operations.
  • Service Management: Manages various restaurant services.

Installation

  1. Clone the Repository:

    git clone https://github.com/subhashree125/restaurant_service.git
  2. Navigate to the Project Directory:

    cd restaurant_service
  3. Install Dependencies:

    Ensure you have Python installed. Install the required packages using:

    pip install -r requirements.txt
  4. Apply Migrations:

    python manage.py migrate
  5. Run the Server:

    python manage.py runserver
  6. Access the Application:

    Open your browser and navigate to http://127.0.0.1:8000/ to access the application.

Usage

  • User Registration and Login: Users can register and log in to access the services.
  • Service Management: Manage restaurant services through the web interface.

About

This project is a web-based application designed to streamline restaurant operations, including user management and service functionalities. Built using Python and HTML, it simplifies tasks such as user registration, login, and service management, offering an efficient solution for restaurant service optimization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors