Skip to content

slaypotato/Challenge-URL

Repository files navigation

Nest Logo

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

$ 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"
}'

Support

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.

Stay in touch

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published