Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 630 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 630 Bytes

back4app-rest

This repository demonstrates how to use automatically generated REST API with Back4app.

To learn more read the article.

Project Setup

  1. Install the dependencies via yarn install
  2. Navigate to pages/_app.js and replace YOUR_APPLICATION_ID and YOUR_JAVASCRIPT_KEY with your actual API keys.
  3. Run the Next.js development server yarn dev.
  4. Navigate to http://localhost:3000 in your favorite web browser.

You can get your YOUR_APPLICATION_ID and YOUR_JAVASCRIPT_KEY from your "App Settings > Security & Keys".