Skip to content

Generated Project Template

  1. Login to Backendless Console and select your app.
  2. Click the Download Project Template button at the top of the screen:
    download-project-template-button.zoom60
  3. In the displayed popup double-click JAVASCRIPT and click API SERVICE.
    download-api-service-template.zoom80
  4. Click the DOWNLOAD button to download a project template for your app.
  5. Unzip the downloaded file into a directory. Let's call that directory "Project root".
  6. Open a command prompt/Terminal window and change to the "Project root" directory.
  7. Run the following command to install required dependencies:

npm install
1. Now the project is setup and is ready for development. Notice that the downloaded template already includes a sample service.