Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vyzaldysanchez/charters-api-test

This is a charter's CRUD using NodeJS, Hapi.js, Swagger.
https://github.com/vyzaldysanchez/charters-api-test

charter-crud dominican hapi javascript nodejs swagger

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.