This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Bring back all the different categories for DDAT
http://localhost:3000/api/categories
Bring back a specific role (broken down by levels)
http://localhost:3000/api/guidance/{roleId}
Bring back all skills required for a role (regardless of level)
http://localhost:3000/api/guidance/{roleId}/skills
Validate that we have the correct data
http://localhost:3000/api/validate