Skip to content

Web application where users can order food delivery from different shops (test assignment for a front-end school))

Notifications You must be signed in to change notification settings

vb1152/eliftech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delivery app

Web application where users can order food delivery

to run app:

python -m venv ./venv
venv/Scripts/activate
git clone https://github.com/vb1152/eliftech.git
cd eliftech
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
python manage.py createsuperuser

Add new shops and new items for every shop possible via admin panel .../admin (login: admin, passw: admin)

About

Web application where users can order food delivery from different shops (test assignment for a front-end school))

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published