Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.18 KB

Django Food Menu App 🍴

DjangoPythonUdemyBootstrap

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.

Installation

  1. Clone the repository
git clone https://github.com/RalitsaTerzieva/food-menu-app
  1. Install all required packages

  2. Complete all of the migrations

python manage.py makemigrations
python manage.py migrate
  1. Create a super user for yourself
python manage.py createsuperuser
  1. 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