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.
- User Management: Handles user-related operations.
- Service Management: Manages various restaurant services.
-
Clone the Repository:
git clone https://github.com/subhashree125/restaurant_service.git
-
Navigate to the Project Directory:
cd restaurant_service -
Install Dependencies:
Ensure you have Python installed. Install the required packages using:
pip install -r requirements.txt
-
Apply Migrations:
python manage.py migrate
-
Run the Server:
python manage.py runserver
-
Access the Application:
Open your browser and navigate to
http://127.0.0.1:8000/to access the application.
- User Registration and Login: Users can register and log in to access the services.
- Service Management: Manage restaurant services through the web interface.