Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danholevoet/appengine-endpoints-angular-todos-python
https://github.com/danholevoet/appengine-endpoints-angular-todos-python
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danholevoet/appengine-endpoints-angular-todos-python
- Owner: danholevoet
- License: apache-2.0
- Created: 2014-01-21T19:42:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-07T23:41:20.000Z (almost 11 years ago)
- Last Synced: 2024-06-22T21:09:37.006Z (6 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Endpoints Todos Python
========================================Endpoints Todos Python is an [App Engine][6] backend written in Python for the TODO list demo from [Angular.js getting started documentation][0]. It provides an API using [Google Cloud Endpoints][3].
## APIs and libraries used
- [App Engine Python Runtime][1]
- [App Engine Datastore API][4]
- [Angular.js][2]## Language
- [Python][1]## Dependencies
- [Bootstrap][5]
- [Angular.js][2]
- [Google Cloud Endpoints][3][0]: http://angularjs.org/#add-some-control
[1]: https://developers.google.com/appengine/docs/python/
[2]: http://angularjs.org
[3]: https://developers.google.com/appengine/docs/python/endpoints/
[4]: https://developers.google.com/appengine/docs/python/ndb/
[5]: http://twitter.github.io/bootstrap/
[6]: https://developers.google.com/appengine