This project purpose is to fetch and display jobs on the Bordeaux region from the Jobijoba API. Requirements are Node.JS 20.
-
Install dependencies with
npm install
oryarn install
. -
You will need to copy
.env.example
to a.env
file and add in your API URL and keys. -
Then, start the app with
npm run dev
oryarn dev
.