Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxcnunes/i-sweated-yesterday
A small application to count the days I did any exercise (sport)
https://github.com/maxcnunes/i-sweated-yesterday
Last synced: 3 months ago
JSON representation
A small application to count the days I did any exercise (sport)
- Host: GitHub
- URL: https://github.com/maxcnunes/i-sweated-yesterday
- Owner: maxcnunes
- Created: 2012-12-18T02:38:03.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-07T04:15:57.000Z (over 11 years ago)
- Last Synced: 2024-10-15T15:47:13.388Z (3 months ago)
- Language: Python
- Size: 688 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
~ I SWEATED YESTERDAY ~
=======================This is a small application to count the days of phisical exercise I have done, to be used in the office that I work.
Why **Yesterday**? `Because we always mark the exercise one day after when we arrive to the office.`
- **Current Version** - ***Visit*** [i-sweated-yesterday app](http://isweatedyesterday.herokuapp.com/ "Click here to visit the application") hosted on *heroku.com* to see the application running.
- **Version 1.0** - ***Visit*** [i-sweated-yesterday app](https://maxcnunes.pythonanywhere.com/ "Click here to visit the demo application") hosted on *pythonanywhere.com* to see the demo application running and ***Download*** [version 1.0 here](https://github.com/maxcnunes/i-sweated-yesterday/archive/v1.0.zip) explained in [this post](http://blog.maxcnunes.net/2012/12/24/desenvolvendo-pequena-aplicacao-web-python-flask/) on my blog.
***
Common Commands
===============- **Set a value for ADMIN_EMAIL variable:** `heroku config:add [email protected]`
- **Show the value of the ADMIN_EMAIL variable:** `heroku config:get ADMIN_EMAIL `
- **Push the local configurations to the server:** `heroku config:push`
- **Show the Heroku logs:** `heroku logs`
- **Run the application locally:** `foreman start`***
***~ Thanks ~***
This code was originally based on this tutorial [Large app how to](https://github.com/mitsuhiko/flask/wiki/Large-app-how-to) of [Armin Ronacher](https://github.com/mitsuhiko).