flask-starter

A flask extension which contains a basic app and is configured in your local machine through a command line utility


Keywords
flask, flask-starter, python, starter, starter-kit, starter-template
License
MIT
Install
pip install flask-starter==0.4

Documentation

flask-starter

A flask extension which contains a basic app and is configured in your local machine through a command line utility

https://img.shields.io/pypi/v/flask-starter https://pepy.tech/badge/flask-starter https://coveralls.io/repos/github/Agent-Hellboy/flask-starter/badge.svg?branch=master

Installation

for stable version
  • pip install flask-starter
for current_version

using

open the terminal and type `flask-starter-project --name=your-project-name` this will build a basic project with inbuilt auth and admin interface for you

create the virtualenv and Install the requirements which is there in your-project-name

you can access admin interface by adding /admin in your base url

just write core logic in libs and present your prototype

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.