This project is designed as essentially a clone of the Akinator app. This portion of the app is the backend.
This skeleton includes TODO
markers to help you find basic areas you will want
to customize.
To add persistence to your models, use NDB for scale. Consider CloudSQL if you need a relational database.
See the Third party libraries page for libraries that are already included in the SDK. To include SDK libraries, add them in your app.yaml file. Other than libraries included in the SDK, only pure python libraries may be added to an App Engine project.
Star this repo if you found it useful. Use the github issue tracker to give feedback on this repo.
Steven Tompkins