Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 504 Bytes

File metadata and controls

42 lines (25 loc) · 504 Bytes

Sells Service API

  • API de vendas feita em Node.js com Express;

  • Sells API made in Node.js with Express.

Executing the API

0. Installing dependencies

npm install

yarn

1. Running

npm run dev

yarn dev

# ou

npm start

yarn start

Technologies

  • Node.js
  • Express
  • Nodemon
  • Axios

API Docs

Insomnia

  • In order to look the API endpoints, it is necessary to download and install Insomnia and import sells-service-api.json that is in api root folder.