Skip to content

vballu/hello-world-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World Flask

A simple Flask web application that displays "Hello World!" in the browser, designed for deployment on Clever Cloud.

Setup

  1. Install dependencies:

    pip install -r requirements.txt
  2. Run the application:

    python main.py
  3. Open your browser and navigate to http://localhost:8080

Deployment

This project is configured for deployment on Clever Cloud:

  • Uses Python 3.12
  • Dependencies managed via requirements.txt
  • Runs on port 8080 with host 0.0.0.0
  • Flask app object named app for automatic detection

Project Structure

  • main.py - Flask application entry point
  • requirements.txt - Project dependencies
  • pyproject.toml - Python project configuration
  • .python-version - Python version specification

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages