Skip to main content

Simple startapp for fastapi flask and django

Project description

StartApp

Simple boilerplate ready for development

Notes

  • Currently supported frameworks are: FastApi, Flask

  • Django coming soon...

Installation

 $ sudo pip3 install startapp

Guide

startapp 
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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

startapp-0.1.5.3.tar.gz (21.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page