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

https://github.com/klen/muffin-example

Example Muffin application
https://github.com/klen/muffin-example

muffin muffin-application

Last synced: 9 months ago
JSON representation

Example Muffin application

Awesome Lists containing this project

README

          

# Example Muffin Application

![](https://raw.github.com/klen/muffin/develop/docs/static/logo-h200.png)

[![Tests Status](https://github.com/klen/muffin-example/workflows/tests/badge.svg)](https://github.com/klen/muffin-example/actions)
[![Build Status](https://github.com/klen/muffin-example/actions/workflows/heroku.yml/badge.svg)](https://github.com/klen/muffin-example/actions/workflows/heroku.yml)

The application is deployed on Heroku: https://muffin-py.herokuapp.com

## Run locally

Run the example locally with command:

$ make run

And open http://localhost:5000 in your browser.

## Run tests

Run tests with command:

$ make test