Skip to content

Application built to practice Python and further explore Flask.

Notifications You must be signed in to change notification settings

nathangthomas/flask_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Flask Blog

This application was created as an exercise to further explore the Python framework Flask.

Table of Contents

Set Up

Clone repo

https://github.com/nathangthomas/flsk_blog

Run flask_blog Locally

  • Type python3 run.py in your terminal to spin up your server.
  • Visit http://127.0.0.1:5000 in your browser to interact with the app.
  • Run the test suite ...

Live App

(This functionality is not currently set up.) You can also interact with a live version of Flask Blog hosted on Heroku HERE.

Tech Stack:

This app was built with the following:

Deploying a Flask App to Heroku:

  • pip install gunicorn
  • pip freeze > requirements.txt
  • Ensure your requirements.txt is in the project root folder, else your heroku application will fail to deploy.
  • Create a Procfile in the project root folder and add the following line: web: gunicorn run:app
  • Save and commit all changes then ... git push heroku master

About

Application built to practice Python and further explore Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages