Nest framework TypeScript starter repository.
$ npm install
$ npm run start:dev
Use a API test platform like Postman or Insomnia to send a Post Request to http://localhost:3000
with the following json on the body"
{
"url":"http://teste.com.br/entrada-de-negocio"
}
cURL can also be used
$ curl --location --request POST 'localhost:3000' \
--header 'Content-Type: application/json' \
--data-raw '{
"url":"http://teste.com.br/entrada-de-negocio"
}'
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.