Skip to content

ErykKnesz/MyBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyBlog

How to use

  1. Download files.
  2. Install dependencies from requirements.txt
  3. Set environmental variables SECRET_KEY, ADMIN_USERNAME, ADMIN_PASSWORD
  4. Run blog.py

How to create or edit posts

You will need to log in using preconfigured environmental variables ADMIN_USERNAME, ADMIN_PASSWORD
You can post random stuff with the "I'm lazy" button - it will generate random title and body by use of the Faker module.

Deployed on Heroku

link: https://eryksblog.herokuapp.com/

Note on dependencies

This little blog app uses Flask microframework, Flask WTForms to edit or create posts, Flask-SQLAlchemy to store them. Templates use the Jinja language.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published