- Application in Python developed with the contributor Carlos Matheus (cmsilveira) in 2020 to manage orders in a small restaurant. This version 1.0.0 has no GUI, everything was made on the console, focusing only in the backend logic.
- Python
- MVC
- Console (V. 1.0.0)
- SQLite
- Login to the system
- Register new account
- Add new product
- Alter product data
- Remove product from menu
- Show menu
- New order
-
- She order preview
-
- Choose payment method and amount to be paid, if in cash
- See orders made
- About the app
- Export orders data
- Passwords encrypted with Python Bcrypt