Skip to content

marcosstgo/pythonweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Web Application

This repository contains a simple Flask web application.

Setup

  1. Create and activate a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate
  1. Install dependencies from requirements.txt:
pip install -r requirements.txt
  1. Run the application:
python index.py

The app will start a local development server that you can access in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published