A simple web app that exports job applications from Teamtailor API in the form of a CSV file.
Prerequisites:
- Node.js >=18.0
- pnpm (or npm, Yarn, etc.)
Steps:
- Clone this repository
- Install the dependencies by executing
pnpm i
inside the local copy of the repo - Build the app by executing
pnpm build
- Create a copy of
.env.template
file and name it.env
. Enter relevant variable values, including your API key into the created file - Run the app by executing
pnpm start
- Access the app in your browser of choice under http://localhost:4000 (unless you entered a different port number in the
.env
file)