You can use this custom Django application to practice simple operations for creating your first Django based Food menu app. You can add more icons, styles and logic if you want to learn more. It has CRUD logic that will help you to learn the basics.
- Clone the repository
git clone https://github.com/RalitsaTerzieva/food-menu-app
-
Install all required packages
-
Complete all of the migrations
python manage.py makemigrations
python manage.py migrate
- Create a super user for yourself
python manage.py createsuperuser
- Run your server
python manage.py runserver
If you liked the application, you can always show your appreciation by starring my repo 🍩
Cheers, Ralitsa Popova