Skip to content

Valerianofilipec/bys_url

Repository files navigation

BYS URL - URL Shortener

A simple and efficient URL shortening service.

Overview

BYS URL is a URL shortener that allows you to create short, memorable links from long URLs. Based on Bitly

Documentation

click here!

Run Locally

Clone the project

  git clone https://github.com/valerianofilipec/bys_url

Go to the project directory

  cd bys_url

Run docker-compose

  docker compose up

Test the app by using an API Client (Postman, Insomnia, Bruno, curl)

  #To Post long_url:
  curl --json '{"url":"https://valerianofc.codes"}' http://localhost:3333/

  #To Get shorted_url:
  curl  http://localhost:3333/xxxxxx

Lessons Learned

What did you learn while building this project? What challenges did you face and how did you overcome them?

Authors

  • @BALERIVN <🐉⚖️/> The Apex of Backend: Ancient Power, Modern Code.
  • @BYS🖱️ - Code dreams into reality

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors