Skip to content

herobaby71/CourseLoad

 
 

Repository files navigation

Python Flask Hello World Sample

This application demonstrates a simple, reusable Python web application based on the Flask microframework.

Run the app locally

  1. Install Python
  2. cd into this project's root directory
  3. Run pip install -r requirements.txt to install the app's dependencies
  4. Run python welcome.py
  5. Access the running app in a browser at http://localhost:5000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.2%
  • HTML 15.6%
  • CSS 11.2%