Skip to content

Latest commit

History

60 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

StartApp

Simple boilerplate ready for development

MIT licensedGitHub starsGitHub forksGitHub issuesDownloads

Notes

  • Currently supported frameworks are: FastApi, Flask

🔨 Installation

 $ sudo pip3 install startapp

🕹 Guide

startapp --help 
  • Type startapp on terminal press enter, questions will promt on terminal choose accroding to your taste.

asciicast

Right after your choice do the followings accrodingly: for fastapi:
source .venv/bin/activate
export settings=dev
pip install -r requirements.txt uvicorn app.main:app --reload --port 8007
for flask:
source .venv/bin/activate
pip install -r 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

About

Simple boilerplate ready for development :bowtie: 😆 ⭐ 🎉

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages