Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Example API

This an API example using the OpenAPI REST API framework.

Requirements

  • Node.js 20 LTS or higher

Local Development

  • Install dependencies: npm install
  • Run the local tests npm test
  • Fix linting issues npm run lint:fix