An open API service indexing awesome lists of open source software.

https://github.com/m-nathani/python-flask-boilerplate


https://github.com/m-nathani/python-flask-boilerplate

boilerplate flask python

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Flask Boilerpate - updated!

Starter App, powered by Real Python

### Quick Start

Clone the repo, then:

```sh
$ git remote rm origin
$ git remote add origin
$ git push -u origin master
```

## Run

```sh
$ make server
```