- NodeJS
credentials.jsonfile
-
Change directory to
/sheetscd sheets -
Install dependencies.
npm install
-
Run code.
node . -
Input choice on
console. -
Authorize Google account.
Authorization will only be run once. If you wish to re-authorize, delete
token.jsfile.
-
Change directory to
/servercd server -
Add
credentials.jsonfile. -
Install dependencies.
npm install
-
Run code.
npm run dev
-
Make requests to
localhost:8080orlocalhost:{PORT}(if you have a development port).