/TinyLink

A simple and fast link shortener api.

Primary LanguageJava

TinyLink

A simple and fast link shortener api

Docs

Project documentation, development report, challenges overcome and perspective for the future.

Requirements


  • Java 20

  • Maven

  • MySql

Clone Application


git clone https://github.com/daniel-rodrigues1089/TinyLink

config Application Database


cd TinyLink/api/src/main/resources

"Open file application.properties"

configure your database information

Run Application


cd ../../../
mvn spring-boot:run

Endpoints

We have 2 endpoints:

Real example of use

EXEMPLE.TINYLINK.API.mp4

Beyond the code

Throughout the development, he acquires a lot of experience with spring boot, and I was able to contemplate how powerful it is. I intend to continue this project, creating a web interface. For ordinary users to use; I am very satisfied with the result and ready for new challenges.