Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 413 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 413 Bytes

charters-api-test

This is a charter's CRUD using NodeJS, Hapi.js, Swagger.

You have to install nodejs and npm first.

then install all dependencies: Run this command--npm install--

then run the API: node app.js or node app

to read the swagger documentation for the REST api go to your browser: localhost:3000/documentation

then, after that you can go in any of the routes that you saw in the documentation.