Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 369 Bytes

File metadata and controls

11 lines (6 loc) · 369 Bytes

Basic-NodeJS-REST-API

REST API básica con express para 4 verbos HTTP básicos.

If you want to test this API here i leave a public link to a POSTMAN i created with all the requests this API handles:

https://www.getpostman.com/collections/5b1e100dd23a520e78c7

To run this, open your OS CLI and run the index.js file with: npm start.

It will run an localhost:3000