Skip to content

gziltoid/flask-food-delivery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

22 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Food Delivery Service with Flask and SQLAlchemy

Implemented the backend part of a website for ordering food, including the admin section and account page. Written using Flask, Jinja2, SQLAchemy/Alembic (targeting PostgreSQL).

To create and populate database before the first run use the following commands:

$ flask db upgrade

$ flask seed

To launch the app use:

$ flask run

About

๐Ÿ” Food delivery service with Flask, SQLAlchemy, PostgreSQL

Resources

Stars

Watchers

Forks