Skip to content

cade-rea/bandtr-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

bandtr

Setup

  • install python 3
  • install flask
  • add flask to path
    • C:\Users\[userDir]\AppData\Roaming\Python\Python37\Scripts
  • Create project directory
    • I suggest [userDir]/projects/bandtr
  • Clone repo
    • https://github.com/cade-rea/bandtr
  • cd into new bandtr directory
  • Run this command
    • FLASK_APP=hello.py flask run
  • Load local page in browser
    • http://127.0.0.1:5000/

Starter Project

Create a Python app that accepts user input and has at least 3 methods. Starter app should not use Flask, just simple Python. Create a git repo. Have at least 3 commits on the master branch.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages