Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An Python project for demonstration purposes

License

NotificationsYou must be signed in to change notification settings

new2code/python-web-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A beginner-friendly web application built with Python and Flask to demonstrate web development concepts. This app serves a dynamic web page with interactive features and provides a JSON API endpoint for learning full-stack development fundamentals.

Prerequisites

  • Python 3.7 or higher
  • pip (Python package installer)

Setup

  1. Clone the repository

    git clone https://github.com/new2code/python-web-applicationcd python-web-application
  2. Create virtual environment

    python3 -m venv venvsource venv/bin/activate# On Windows: venv\Scripts\activate
  3. Install dependencies

    pip install -r requirements.txt

    Note: If you see a warning about upgrading pip, run:

    python3 -m pip install --upgrade pip
  4. Run the application

    python app.py
  5. View in browser

    Openhttp://localhost:5000

Project Structure

python-web-application/├── app.py              # Main Flask application├── requirements.txt    # Python dependencies├── templates/│   └── index.html     # Home page template└── static/    ├── styles.css     # Stylesheet    └── script.js      # JavaScript

Features

  • Beginner-friendly Flask web server
  • HTML templating with Jinja2
  • Static file serving (CSS, JavaScript)
  • JSON API endpoint
  • Interactive frontend

Learn More

About

An Python project for demonstration purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp