Skip to content

Backend Development

Daniel Loredo Meléndez edited this page Jun 16, 2021 · 5 revisions

Development Tools

For development, we are using Laravel, a PHP framework that enables us to work with MySQL databases. In order to serve MySQL, you'll need Composer (dependency manager), Xampp (PHP development environment) and MyPhpAdmin (see the database tables)

Database

The Database contains three different tables:

  • Links: Each Link contains URL, shortURL, title, private trait, imageURL, contador, and Tag_id (which is used to retrieve the Tags according to each lINK)

API

Endpoints and Routing

Clone this wiki locally