This is a webapp written in Node.js which automates the process of filling out instructor Reimbursement Forms at NovaLabs.
- Install Node.js and NPM
- In the project directory, run
npm i -Dto install dependencies - Copy
config.jsonfile with required API keys - Build with
npm run build - Launch with
./run.shornpm start - Default endpoint is HTTP at
localhost:8080