Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 259 Bytes

File metadata and controls

6 lines (5 loc) · 259 Bytes

Flask Profile Example Project

  1. Rename the .env.example file to .env and fill in the required configuration values
  2. Install dependencies: pip install -r requirements.txt
  3. Run python app.py
  4. Navigate to https://localhost:5000