lucier4577/python-flask-server-myapp-example
Public
wasmer run lucier4577/python-flask-server-myapp-example
wasmer run lucier4577/python-flask-server-myapp-example
Flask Project
A simple Flask web application.
Setup
Create Virtual Environment
py -m venv venv
Activate Virtual Environment
# Windows
.\venv\Scripts\activate
# macOS/Linux
source venv/bin/activate
Install Dependencies
pip install -r requirements.txt
Running the Application
python app.py
The application will be available at http://localhost:5000
Routes
/- Returns a welcome message/api/test- Returns a JSON test response