Skip to content

A simple flask app, implemented while following Flask Tutorial Series.

Notifications You must be signed in to change notification settings

org-not-included/simple_flask_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Flask App

An implementation following the Flask Tutorial series, courtesy of @computingmrh.

CodeFactorGitHub pull requests GitHub issues GitHub contributors
GitHub Release Date GitHub last commit GitHub commit activity
GitHub forks GitHub stars GitHub watchers Twitter Follow

Quick start

  1. Clone this repo
git clone https://github.com/org-not-included/simple_flask_app
cd simple_flask_app
  1. Run the setup script
source setup/run_server.sh
  1. Go to http://127.0.0.1:4020/ in your web-browser.
  2. Stop the server
kill -9 $(lsof -ti:4020)