Skip to content

hroberts/gobbbbler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Gobbbbler

Gobbbbler is a simple micro blogging application based on a fork from the flask example app flaskr.
Gobbbbler is intended for use in an intro programming class as a provider of a simple social
media api.


# INSTALL

1. install the app from the root of the project directory

 pip install --editable .

2. Instruct flask to use the right application

 export FLASK_APP=gobbbbler.gobbbbler

3. initialize the database with this command:

 flask initdb

4. now you can run gobbbbler:

 flask run

 the application will greet you on
 http://localhost:5000/

~ Is it tested?

You betcha.  Run `python setup.py test` to see
the tests pass.

About

simple microblogging service for teaching

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published