Skip to content

tydonk/blogful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogful

This app is part of Thinkful's Python course. The goal was to create a blog engine using Flask framework and Jinja templating. Some features include a login system and entry editing. The entries are stored in a PostgreSQL database.

#Installation

Clone repository to chosen directory

git clone https://github.com/tydonk/blogful

Install requirements

pip install requirements.txt

Change SQLALCHEMY_DATABASE_URI in config.py to match local settings.

To run:

python3 manage.py run

#Tests

Run tests from their directory.

#License

MIT License

See license file

About

Thinkful project - blogful. Full of blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published