This repository demonstrates how to use automatically generated REST API with Back4app.
To learn more read the article.
- Install the dependencies via
yarn install
- Navigate to pages/_app.js and replace
YOUR_APPLICATION_ID
andYOUR_JAVASCRIPT_KEY
with your actual API keys. - Run the Next.js development server
yarn dev
. - Navigate to http://localhost:3000 in your favorite web browser.
You can get your
YOUR_APPLICATION_ID
andYOUR_JAVASCRIPT_KEY
from your "App Settings > Security & Keys".