Skip to content

A Flask WebApp Builder is designed to generate a basic, fully functional Flask project structure, including directory folders, files and a run-server script to execute the webapp server.

License

Notifications You must be signed in to change notification settings

christiangarcia0311/flask-webapp-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge

Flask WebApp Builder

logo

The Flask WebApp Builder is a python package designed to streamline the setup of a new Flask web application. It automates the creation of a basic Flask project structure, making it easier for developers to get started with their web development projects.

Overview

Flask WebApp Builder sets up a new flask project with a predefined directory structure. Including essential files and directories required for a basic web application. This tool is particularly useful for developers who want to quickly create a flask application without manually setting up the project layout.

Features

  • Automated Project Setup: Quickly generates a complete flask project structure with a single command.
  • Sample Files: Includes sample static files such as images and fonts to demonstrate how to use flask’s static file serving capabilities.
  • Basic Application File: Provides a default app.py file that sets up a basic flask application with a single route.
  • Static and Templates Directories: Creates static and templates directories with sample content, including CSS, JavaScript, and HTML files.
  • Customizable: Easily modify the generated files to fit your project's needs.

installation

install flask webapp builder with pip.

CLI:

  pip install flask-webapp-builder
  pip install https://github.com/christiangarcia0311/flask-webapp-builder/raw/main/dist/flask_webapp_builder-1.2.0.tar.gz

Usage

  1. Create new flask project.

Replace [project name] with the desired name of your project directory. For example my_flask_app.

build-flask-webapp [project name]
  1. Navigate project directory.

Change into the newly created project directory to modify and generates file depends on your project needs.

cd [projectname]
  1. Run the flask application

To start the flask development server use the provided run-server script.

python run-server

or

./run-server
  1. Access flask aplication

Open browser and go to http://127.0.0.1:5000 to see your flask application running.

server

  1. Edit and Customize file

Feel free to edit the index.html, main.css, main.js and other files to customize your application according to your needs.

Development

To contribute to this project clone the repository:

git clone https://github.com/christiangarcia0311/flask-webapp-builder.git
cd flask-webapp-builder

License

Static Badge

Acknowledgements

Flask Framework: web framework used to build the project.

Christian Garcia: creator and maintainer of this package.

About

A Flask WebApp Builder is designed to generate a basic, fully functional Flask project structure, including directory folders, files and a run-server script to execute the webapp server.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages