The TestDrive sample application provides you with a near blank template to get started with. It is great for learning and trying Kinvey, or to build your first application upon.
After downloading or cloning the repository:
- Replace
App Key
andApp Secret
(js/application.js
) with your application credentials. - Start a web server:
python -m SimpleHTTPServer 8000
. - Point your browser to
http://localhost:8000
. Adjust the hostname and port number if necessary.
The application demonstrates:
- Basic set-up for Ember.js apps using Kinvey.
- Basic sign-up and logout functionality.
- Pinging the Kinvey service.
The app follows the Ember.js guidelines on how to structure your app. Please follow the Ember.js Getting Started guides to learn more.
Copyright 2014 Kinvey, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.