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
- Host: GitHub
- URL: https://github.com/klen/muffin-example
- Owner: klen
- License: mit
- Created: 2015-06-04T14:13:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T11:00:27.000Z (over 4 years ago)
- Last Synced: 2024-04-16T02:13:58.292Z (about 2 years ago)
- Topics: muffin, muffin-application
- Language: Python
- Homepage:
- Size: 244 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- License: LICENSE
- Code of conduct: .github/code_of_conduct.md
- Codeowners: .github/codeowners
- Security: .github/security.md
Awesome Lists containing this project
README
# Example Muffin Application

[](https://github.com/klen/muffin-example/actions)
[](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