-
Download and install Node.js version 22.1.0: Node.js Download
-
Open a terminal window and clone the project:
git clone https://github.com/markstephenburnham/OAuth-Data-Example
(If prompted to install developer tools to use git, please do so.)
-
Change directory into the dse directory:
cd OAuth-Data-Example
-
Run the following command to install the required packages:
npm install
-
Set the following environment variables:
export C_CLIENT_ID=<your finch clientid> export C_REDIRECT_URL=http://localhost:3000/auth export C_CLIENT_SECRET=<your client secret>
-
Start the application:
npm start
-
Point a browser to http://localhost:3000