This project help restaurants, cafes, sushi-bars etc. manage their employee, warehouse, orders. You can manage menu with dishes and recipes for them, hire new employees and dismiss them, create orders and don't be afraid if ingredients not enough in the warehouse.
Cafe management system deployed to Render
-
Clone the repo
git clone the_copied_link
-
Python 3 must be installed
-
Open the project folder in your IDE
-
Open a terminal in the project folder and run
python -m venv venv venv\Scripts\activate (on Windows) source venv/bin/activate (on macOS) pip install -r requirements.txt python manage.py migrate python manage.py runserver # starts Django server
-
Fixtures will be uploaded automatically
-
Don't forget to create and fill cafe/.env. How to fill it you can see in .env_sample
-
After loading fixture you can use superuser:
login: admin.user
pass: 1qazcde3
Or you always can create new superuser/employee to use.
- Authentication functionality for Employee/User
- Powerful managing ingredients, dishes, orders directly from website
- Control for amount of ingredients
- Admin panel for advanced managing