Metadata-Version: 2.1
Name: startapp
Version: 0.1.5.6
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 
        
        [![MIT licensed](https://img.shields.io/github/license/marlin-dev/startapp)](https://github.com/marlin-dev/startapp/blob/master/LICENSE)
        [![GitHub stars](https://img.shields.io/github/stars/marlin-dev/startapp.svg)](https://github.com/marlin-dev/startapp/stargazers)
        [![GitHub forks](https://img.shields.io/github/forks/marlin-dev/startapp.svg)](https://github.com/marlin-dev/startapp/network)
        [![GitHub issues](https://img.shields.io/github/issues-raw/marlin-dev/startapp)](https://github.com/marlin-dev/startapp/issues)
        [![Downloads](https://pepy.tech/badge/startapp)](https://pepy.tech/project/startapp)
        
        
        ## Notes
        - Currently supported  frameworks are:  FastApi, Flask
        
        
        
        
        ### Installation ###
        
        ```sh
         $ sudo pip3 install startapp
        ```
        
        
        ### Guide
        
        ```bash
        
        startapp  --help 
        
        ```
        - Type  startapp  on terminal press enter, questions will promt on terminal choose accroding to your taste.
        
        
        ```bash
        
        Right after your choice do the followings accrodingly: 
        
        for fastapi:
        
        pipenv shell
        
        export APP_SETTINGS=dev
        
        pip install -requirements.txt or pipenv install
        
        uvicorn app.main:app --reload --port 8007
        
        for flask:
        
        source .venv/bin/activate
        
        pip install -requirements.txt
        
        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
