Skip to content

ArshiLamba/CodeOverFlowStarterCode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIT-x-GDSC-Code-Overflow-Pre-Workshop

Flask, Jinja2 and SQL

Setting Up Production Environment

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

Languages

  • CSS 44.2%
  • HTML 38.7%
  • Python 14.2%
  • JavaScript 2.9%