https://github.com/marcanuy/notificamesta
Website source code.
https://github.com/marcanuy/notificamesta
flask flask-web montevideo python transit twitter-oauth uruguay
Last synced: about 1 month ago
JSON representation
Website source code.
- Host: GitHub
- URL: https://github.com/marcanuy/notificamesta
- Owner: marcanuy
- License: mit
- Created: 2017-02-01T19:46:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T14:57:10.000Z (about 9 years ago)
- Last Synced: 2025-07-30T14:26:06.717Z (11 months ago)
- Topics: flask, flask-web, montevideo, python, transit, twitter-oauth, uruguay
- Language: Python
- Homepage: http://www.notificamesta.uy/
- Size: 74.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
notificamⓔsta.uy
======
[](https://raw.githubusercontent.com/marcanuy/notificamesta/master/LICENSE)
NotificamⒺsta is built with [Flask](http://flask.pocoo.org/), a Python framework for web applications.
# Contributing
Distributed under the MIT License.
Issues should be opened through [GitHub Issues](http://github.com/marcanuy/notificamesta/issues/); whenever possible, a pull request should be included.
Questions and suggestions are welcome.
# Local Environment
$ pip install -r requirements.txt
$ export PYTHONPATH="/full/path/to/root/folder/"
Configure SQLAlchemy development database with
`DATABASE_URL` environment variable like:
`DATABASE_URL="postgresql://myuser:mypassword@localhost/mydatabase"`
and other custom environment variables located in `.env`
$ cp .env.skel .env
Then create the schema:
$ flask shell
>>> from notificamesta import db
>>> db.create_all()
Use `shell.sh` to run a flask shell with the proper contexts and
`devserver.sh` for a development server.
# License
MIT licensed.