Skip to content

The goal of this project was to learn how to use create a Web Application using the Flask Framework.

Notifications You must be signed in to change notification settings

martinsenecal/Blog_Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Blog Application Project

Inspired by @CoreyMSchafer 's Flask Tutorials : Flask Web Application Tutorial

The goal of this project was to learn how to use create a Web Application (Blog) using the Flask Framework.

Dependencies:

  • Python 3.7+
  • Pillow
  • flask_login
  • flask-bcrypt
  • flask-sqlalchemy
  • flask-wtf
  • flask
  • secrets
  • flask_bcrypt

Make sure to create your own SecretKey inside the init.py and add the following:

app.config['SECRET_KEY'] = 'SOME RANDOM STRING'

About

The goal of this project was to learn how to use create a Web Application using the Flask Framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published