Description
📌 Implementation of an API RESTful with NodeJS and Express following the tutorial available on https://medium.com/xp-inc/https-medium-com-tiago-jlima-developer-criando-uma-api-restful-com-nodejs-e-express-9cc1a2c9d4d8
Technologies
Run
-
Install npm, Node.js, git and Postman (https://www.postman.com/downloads/).
-
Clone the repository (git clone https://github.com/eduardagomess/APIWithNodeJSAndExpress.git)
-
Through the command line, go to the project folder (APIWithNodeJSAndExpress) and execute the follow command 'npm start'
-
To test and see the API working go to Postman and placed the follow url "http://localhost:3000/api/v1/customerWallets" (as show in the picture bellow)
After after run the former steps, you can see the API working:
