Skip to content

JacTBB/Code-Overflow-Pre-Workshop-Flask-Starter

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)

Here's the Workshop Guide Doc to follow through

For the complete 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