michelbernardods / deezer-frontend

Deezer frontend

Home Page:https://www.linkedin.com/in/michel-bernardo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deezer

☕ Code and coffee

💻 Project

Create a search page where we can search for the artist's name.

To display these records, a REST API must be created which will return the following fields in JSON format:

  • Name searched
  • Date and time of the survey in the format 00/00/0000 00:00:00 (DD / MM / YYYY HH: MM: SS)

Desired features: All information will be obtained through the Deezer public API: https://api.deezer.com/search/?q=linkinpark

  • The names of the songs should appear, separated by album;
  • Open the music page by clicking on it;
  • Allow sorting by album and ranking;
  • Responsive page;
  • All searches must be saved in the database;;

-> Backend : Java -> Frontend : PostgresSql

Requirements

To access the database, you need to install Postgresql:https://www.postgresql.org/download/ https://github.com/michelbernardods/deezer-backend

OBS: Very important to start the backend before the frontend!

Installation

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

💻 Preview

Be The Hero Be The Hero Be The Hero Be The Hero

About

Deezer frontend

https://www.linkedin.com/in/michel-bernardo/


Languages

Language:Vue 72.4%Language:JavaScript 15.4%Language:HTML 12.2%