https://github.com/kalebu/mtaa-example-with-flask
A minimal flask application showing you how to use mtaa in your web application
https://github.com/kalebu/mtaa-example-with-flask
flask-mtaa mtaa
Last synced: 6 months ago
JSON representation
A minimal flask application showing you how to use mtaa in your web application
- Host: GitHub
- URL: https://github.com/kalebu/mtaa-example-with-flask
- Owner: Kalebu
- License: mit
- Created: 2021-05-27T15:28:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T15:46:02.000Z (over 4 years ago)
- Last Synced: 2025-03-24T04:03:58.118Z (7 months ago)
- Topics: flask-mtaa, mtaa
- Language: HTML
- Homepage: https://kalebu.github.io/mtaa-docs/blog
- Size: 30.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mtaa-example-with-flask
A minimal flask application showing you how you can use mtaa in your web application.
It uses JQuery to send requests to fetch locations from flask routes without refreshing the page
## Getting started
You need to clone the repository or download manually
```bash
git clone https://github.com/Kalebu/mtaa-example-with-flask
cd mtaa-example-with-flask
mtaa-example-with-flask -> python app.py
```Assuming you already have installed flask on your machine, the app should be running at localhost:5000
## Issues
Facing any issue while running it, raise one and looking forward to fixing it as soon as I can
## Contribute ?
Wanna add something whether a typo, docs or code, just fork it
## Credits
All the Credits to [kalebu](https://github.com/Kalebu)