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_IDandYOUR_JAVASCRIPT_KEYwith 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_IDandYOUR_JAVASCRIPT_KEYfrom your "App Settings > Security & Keys".