Metadata-Version: 2.1
Name: build-flask-app
Version: 0.0.4
Summary: Build Flask App is an excellent open source command-line tool for beginners, which allows you to setup and run modern flask web servers efficiently by running a single command.
Home-page: https://github.com/Kushagrabainsla/build-flask-app
Author: Kushagra Bainsla
Author-email: kushagrabainsla@gmail.com
License: MIT
Description: <img src="https://raw.githubusercontent.com/Kushagrabainsla/build-flask-app/main/assets/favicon.ico" alt="Build Flask App Logo" align="right">
        
        # Build Flask App &middot; [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/your/your-project/blob/master/LICENSE)
        
        > Set up a modern flask web server by running one command.
        
        <Br/>
        
        ## Installing / Getting started
        
        ```
        pip install build-flask-app==0.0.4
        ```
        
        ## Usage
        
        ```
        build-flask-app
        ```
        
        ## Running The Application
        
        ```
        cd YOUR_APP_NAME
        export FLASK_APP=YOUR_APP_NAME
        export FLASK_ENV=development
        flask run
        ```
        
        ## Running The Application As Package
        
        ```
        cd YOUR_APP_NAME
        export FLASK_APP=YOUR_APP_NAME
        export FLASK_ENV=development
        pip install -e .
        flask run
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
