-
Notifications
You must be signed in to change notification settings - Fork 0
Backend Development
Daniel Loredo Meléndez edited this page Jun 16, 2021
·
5 revisions
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)
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)