Skip to content

mlhw/JS-SDK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Backendless!

In this document you will find the instructions for getting up and running with Backendless quickly. The SDK you downloaded contains a library with the APIs, which provide access to the Backendless services. These services enable the server-side functionality for developing and running mobile and desktop applications. Follow the steps below to get started with Backendless:

  • Create Developer Account. An account is required in order to create and manage your Backendless application. Registration form is available at https://develop.backendless.com/#registration
  • Login. Login to your account using Backendless Console at: https://develop.backendless.com
  • Locate Application ID and Secret Key. The console is where you can manage the applications, their configuration settings and data. Before you start using any of the APIs, make sure to select an application in the console and open the “Manage” section. The “App Settings” screen contains the application ID and secret API keys, which you will need to use in your code.
  • Copy/Paste Application ID and Secret Key. The SDK includes several examples demonstrating some of the Backendless functionality. Each example must be configured with the application ID and secret key generated for your application. Make sure to copy/paste these values into the following source code files:
    • User Service DEMO - /examples/user-service/js/user-example.js
    • Data Service Demo - /examples/data-service/todo/js/app.js
    • Messaging Service Demo - /examples/messaging-service/chat/js/chat.js
    • Geo Service Demo - /examples/geo-service/citysearch/js/citysearch.js
    • File Service Demo - /examples/files-service/js/files-example.js

Below are a few links to help with the development:

We would love to hear from you. Please let us know about your experiences using Backendless. You can reach us through the support page at http://support.backendless.com or email: [email protected]

Thank you and endlessly happy coding!
The Backendless Team

About

Backendless SDK for JavaScript and TypeScript

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 76.3%
  • TypeScript 23.7%