restaurant_managment

A restaurant management system project using Django and Python is a web application designed to facilitate the management and operation of restaurants. Django is used as the framework for developing the application, and Python is the primary programming language.

Stars
12

Restaurant Management System

This project is a restaurant management system developed through YouTube tutorials. You can visit the YouTube channel and subscribe to it for detailed explanations and demonstrations. https://www.youtube.com/channel/UC05xLrP1FWuGVuZ_jt_JyfQ

delete migrations -->

find . -path "/migrations/.pyc" -delete find . -path "/migrations/.py" -not -name "init.py" -delete

Installation

To run this project, you need to have Python installed. Create a virtual environment and install the required dependencies from the requirements.txt file.

  1. Install Python: Python Official Website
  2. Create a virtual environment: python -m venv myenv
  3. Activate the virtual environment:
    • For Windows: myenv\Scripts\activate
    • For macOS/Linux: source myenv/bin/activate
  4. Install the required dependencies: pip install -r requirements.txt

Usage

To start the restaurant management system, follow these steps:

  1. Activate the virtual environment (if not already activated):
    • For Windows: myenv\Scripts\activate
    • For macOS/Linux: source myenv/bin/activate
  2. Run the Django development server: python manage.py runserver
  3. Open your web browser and go to: http://localhost:8000

Contributing

If you would like to contribute to this project, you can follow these steps:

  1. Fork the repository on GitHub.
  2. Clone your forked repository: git clone https://github.com/CodeView-ammar/restaurant_managment
  3. Create a new branch: git checkout -b my-feature
  4. Make your changes and commit them: git commit -m "Add new feature"
  5. Push your changes to your forked repository: git push origin my-feature
  6. Submit a pull request on the original repository.

Contact

If you have any questions or feedback, feel free to reach out to us at [[email protected]] facebook:(https://www.facebook.com/sdfkjsdfds/).

License

This project is licensed under the MIT License. Copyright (c) Django Software Foundation and individual contributors. All rights reserved.