Skip to content

daveningfr/FlaskExpenseTracker

 
 

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

 
 
 

Contributors

Languages

  • Python 97.4%
  • C++ 1.6%
  • C 0.4%
  • PowerShell 0.2%
  • CSS 0.1%
  • Cython 0.1%
  • Other 0.2%