- set up virtualenv or pipenv, activate the virtual environment
- pip install -r requirements.txt
- create a postgresql database:
$ psql # create database wordcount_dev;
- set up the project database:
python manage.py db init python manage.py db migrate python manage.py db upgrade
- run the server
python run.py
- run tests:
nosetests
- Buy Ian a Diet Dr Pepper
-
Notifications
You must be signed in to change notification settings - Fork 0
iandouglas/mod4_flask_example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published