Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 833 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 833 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

APIs

Categories API

Bring back all the different categories for DDAT

http://localhost:3000/api/categories

Role API

Bring back a specific role (broken down by levels)

http://localhost:3000/api/guidance/{roleId}

Skills API

Bring back all skills required for a role (regardless of level)

http://localhost:3000/api/guidance/{roleId}/skills

Validate API

Validate that we have the correct data

http://localhost:3000/api/validate