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.
The main technologies in this project are:
docker compose up -d
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"
}