Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kristianpepa/restaurant-point
This repository contains a Python application designed to manage restaurants,restaurant menus, menu items and tables. The application provides a responsive and intuitive user interface.
https://github.com/kristianpepa/restaurant-point
kivy kivymd postgresql python
Last synced: about 14 hours ago
JSON representation
This repository contains a Python application designed to manage restaurants,restaurant menus, menu items and tables. The application provides a responsive and intuitive user interface.
- Host: GitHub
- URL: https://github.com/kristianpepa/restaurant-point
- Owner: KristianPepa
- License: gpl-3.0
- Created: 2024-07-17T10:07:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T14:35:38.000Z (6 months ago)
- Last Synced: 2024-11-18T00:16:11.216Z (2 months ago)
- Topics: kivy, kivymd, postgresql, python
- Language: Python
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Vehicle Shop Management Application
![Image 1](image.png)
![Image 2](image-1.png)
This repository contains a Python application designed to manage restaurants,restaurant menus, menu items
and tables. The application provides a responsive and intuitive user interface.## Key Features
- **Restaurant Management**: Manage multiple restaurants efficiently within the application.
- **Menu Management**: Create and update restaurant menus with ease, ensuring the latest offerings are always available.
- **Menu Item Management**: Add, edit, or remove menu items, providing flexibility to keep the menu up-to-date.
- **Table Management**: Organize and manage tables for each restaurant, helping to streamline operations.
- **Order Management**: Seamlessly place and manage orders, improving the ordering process for both staff and customers.
- **Invoice Printing**: Generate and print invoices directly from the application, simplifying billing and record-keeping.
- **User Authentication**: Includes a secure login section to ensure that only authorized users can access the application.
- **PostgreSQL Integration**: Utilizes PostgreSQL as the database for storing and managing all data related to restaurants, menus, menu items, tables, and orders.## Technologies Used
- **Python**: The application is built using Python, a versatile and powerful programming language.
- **Kivy and KivyMD**: Leveraging the Kivy and KivyMD libraries, the application offers a responsive and visually appealing user interface.
- **Git**: The project utilizes Git for version control, facilitating collaboration and code management.
- **PostgreSQL**: Used as the database for posting, retrieving, updating, and deleting records.## Usage
To get started with the application:
1. Clone the repository to your local machine.
2. Install the required dependencies using pip.
3. Run the following code to start the application py/python view.py
4. Put the following informations, Username: 1, Password: 1## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.