Metadata-Version: 2.1
Name: startapp
Version: 0.1.5.1
Summary: Simple startapp for fastapi flask  and django
Home-page: https://github.com/marlin-dev/startapp
Author: 
Author-email: 
License: MIT
Description: 
        
        
        
        
        # StartApp 
        
        Simple boilerplate ready for development 
        
        ## Notes
        - Currently supported  frameworks are:  FastApi, Flask
        
        - Django coming soon...
        
        
        ### Installation ###
        
        ```sh
         $ sudo pip3 install startapp
        ```
        
        
        ### Guide
        
        ```bash
        
        startapp 
        
        ```
        ```bash
        
        for fastapi:
        
        
        for flask:
        
        source .venv/bin/activate
        
        export FLASK_APP=app.app
        
        export settings=dev
        
        flask run
        
        ```
        
        # Supported OS
        Linux, MacOS
        
        # Contributing
        Fell free to open issue and send pull request.
        
        
        ### startapp  supports Python >= 3.6
Platform: UNKNOWN
Description-Content-Type: text/markdown
