The kitchen of every restaurant needs a responsible division of duties and subordination. This Django project is designed to facilitate internal managing processes and provide web interface where you can easily add, change or delete any data. Each Cook of your restaurant has own profile with corresponding information and Dishes he/she is assigned to prepare.
Be aware that website is working very slowly only due to free server usage in deployment👆. (Page can load 10 seconds) Thank you for understanding!
username: Test-With-Love
password: Welcome-There_1
NOTE PLEASE: Python3 must be already installed.
git clone https://github.com/bohdan-yatsyna/kitchen-service-site.git
cd kitchen-service-site
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
export DJANGO_SECRET_KEY=your_preferable_secret_key
export DJANGO_DEBUG=True
venv\Scripts\activate
pip install -r requirements.txt
set DJANGO_SECRET_KEY=your_preferable_secret_key
set DJANGO_DEBUG=True
python manage.py migrate
python manage.py runserver
Open preferable web-browser and enter the next link "http://127.0.0.1:8000/"
- Customizable Django admin pannel (for superusers)
- Reliable Django Authentication functions and Validations
- Intuitive managing system for Restaurant Kitchen with website interface
- Ability for easily access to your recipes and cooks profiles with opportunity of add, change or delete any data.
- Possibility to assign a responsible cook for preparing a dish or dishes.
- Made with love ;-)