In this repository you will find an example app working with Back4App + Javascript SDK.
If it is your first time with Back4App, create a account.
Don't forget to paste your Back4App App ID and Javascript Key in the ./backend/app.js file.
Go to Back4App Dashboard and import the ./Cars.json file following the guide below:
- Access the
backend/folder; - Install the modules with
$npm i; - The, you can run the command:
$ nodemon app.js.
- Access the
my-back4app-app/folder; - Then, you can run the command:
$ng serve --open.