Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

nationalarchives/flask-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask 101

This is the companion app to some training I'm providing to developers on the Flask framework

Development machine configuration

Use these steps to get up and running

  1. Ensure you have Python 3.7 and pip installed
  2. Clone this repository
  3. Create a virtual environment with python3 -m venv venv
  4. From the root directory run source venv/bin/activate
  5. Install dependencies with pip install -r requirements.txt
  6. Start the application with flask run
  7. See the command line for the URL to visit
  8. When finished run deactivate from the virtual environment

About

Repository to accompany training session. Slides are here: https://docs.google.com/presentation/d/1-35sOfRAgyV0wByY8HkvYq0i4w_wlwl-_f8NEFR7jtM/edit?usp=sharing

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published