Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vyzaldysanchez/charters-api-test
- Owner: vyzaldysanchez
- Created: 2015-08-10T15:06:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T04:58:25.000Z (almost 9 years ago)
- Last Synced: 2023-02-28T02:52:18.122Z (over 1 year ago)
- Topics: charter-crud, dominican, hapi, javascript, nodejs, swagger
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 appto read the swagger documentation for the REST api go to your browser:
localhost:3000/documentationthen, after that you can go in any of the routes that you saw in the documentation.