Skip to content

thrivingproject/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Free Website

Frontend Server Backend Server Email Server
GitHub pages PythonAnywhere Mailgun

Development

Setup

python3 -m venv .venv && source .venv/bin/activate && pip install -r requirements.txt

Set the action attribute of the form to http://127.0.0.1:5001/sendemail in index.html.

Frontend

Open command pallette: Ctrl + Shift + P, select Live Preview: Start Server.

Backend

py backend/flask_app.py