Skip to content

A flask webapp for maintaining a collection of vulture facts

Notifications You must be signed in to change notification settings

marcelestial/flaskvultures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flaskvultures

A Flask webapp for maintaining a collection of vulture facts. Stores species data including name and description, using SQLite, Peewee, and WTForms.

Installation (Mac OS X)

Clone the source locally:

> git clone https://github.com/marcelestial/flaskvultures.git
> cd flaskbooks

Install Python 3:

> brew install python3

Install and activate virtualenv:

> pip install virtualenv
> virtualenv venv

Install project dependencies:

> pip install -r requirements.txt

Running the project

> python3 run.py

About

A flask webapp for maintaining a collection of vulture facts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published