Skip to content

RalitsaTerzieva/food-menu-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published