# Run db, etc
docker-compose -f deploy/local/docker-compose.yml up -d --build
# Go to Project location
cd src/project
# Copy env from example
cp .env.example .env
# Install requirements
pip install -r requirements.txt
# Run migrate
flask db upgrade -d project/migrations
# Run application
export FLASK_APP=main.py
flask run --reload
-
Notifications
You must be signed in to change notification settings - Fork 1
Setup Web with Flask Framework and Other Packages
License
BetterToPractice/flask-rest-setup
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Setup Web with Flask Framework and Other Packages
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published