Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 814 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 814 Bytes

Express + Typescript + Back4App

In this repository you will find an example app working with Back4App + Typescript SDK.

Step 1 - Back4App

If it is your first time with Back4App, create a account.

Step 1.1 - Replace Keys

Don't forget to paste your Back4App App ID and Javascript Key in the .env file.

Step 1.2 - Import template class

Go to Back4App Dashboard and import the ./Cars.json file following the guide below:

Back4App Import class

Step 2 - Starting the Express server

  1. Development
npm run dev
  1. Production
npm run prod

Step 3 - cURL command

curl -X GET localhost:3000/cars