/simple_flask_app

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

Primary LanguageHTML

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)