Skip to content

Matheus1714/url-shortener-api

Repository files navigation

URL Shortener

url-shortener

API SHORTENER is a project that is a solution as the challenge of the Bootcamp Eduzz Fullstack Developer program offered by DIO (dio.me). It is a dynamic API harnesses the power of TypeScript and Node.js to provide a solution for aspiring fullstack developers.

Technologies

The main technologies in this project are:

Start Project

docker compose up -d

Test API

To test the API, POST to the /shorten route using the terminal or Postman.

[REST Client]

@base_url=http://localhost:5000

###

# shortener

POST {{base_url}}/shorten
content-type: application/json

{
    "originURL": "https://www.youtube.com/watch?v=9X7I3bW49S8&ab_channel=CamelliaOfficial"
}

Releases

No releases published

Packages

No packages published