Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeview-ammar/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.
https://github.com/codeview-ammar/restaurant_managment
css django django-framework django-project python
Last synced: 9 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/codeview-ammar/restaurant_managment
- Owner: CodeView-ammar
- Created: 2022-08-13T15:57:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T17:16:42.000Z (4 months ago)
- Last Synced: 2024-10-01T06:21:01.273Z (about 2 months ago)
- Topics: css, django, django-framework, django-project, python
- Language: JavaScript
- Homepage:
- Size: 15.6 MB
- Stars: 12
- Watchers: 0
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://www.python.org/downloads/)
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.
## ContactIf 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](LICENSE).
Copyright (c) Django Software Foundation and individual contributors.
All rights reserved.