Command Palette

Search for a command to run...

lucier4577/python-flask-server-myapp-example
Public
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

lucier4577/python-flask-server-myapp-example python application

More packages
wasmer/python-flask-server python application
wasmer/python-flask-server python application
wasmer/python-flask-server python application
wasmer/python-flask-server py worker
wasmer/python-flask-server py worker