. | . |
---|---|
Asynchronous batch processing for gatech course data in Typescript compiled ES11.
For local development, you will need to:
-
Install Node.js and run
npm install
-
Provision Backendless resources and acquire your application ID and JavaScript API key.
-
Create
.env
file for those credentials in the project base directory, likeBACKENDLESS_APPLICATION_ID= BACKENDLESS_API_KEY=
-
Run
npm run dev
to initiate course collection process.