Skip to content

daveningfr/Code-Overflow-Pre-Workshop-Flask-Completed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Overflow Pre-Workshop 2024

Flask, Jinja, SQLAlchemy

Setting Up Open cmd and run the following commands:

  1. python -m venv .venv (for Windows) / python3 -m venv .venv (for macOS)

  2. .venv\scripts\activate (for Windows) / source .venv/bin/activate (for macOS)

  3. pip install -r requirements.txt

  4. python app.py (to run the flask app)

For the starter code, here's the GitHub Repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 41.6%
  • HTML 34.3%
  • Python 21.3%
  • JavaScript 2.8%