Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michelbernardods/deezer-frontend
Deezer frontend
https://github.com/michelbernardods/deezer-frontend
apirest axios es6 eslint javascript nodejs npm postgresql vuejs vuetify
Last synced: 14 days ago
JSON representation
Deezer frontend
- Host: GitHub
- URL: https://github.com/michelbernardods/deezer-frontend
- Owner: michelbernardods
- Created: 2020-03-23T03:21:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:32:14.000Z (about 2 years ago)
- Last Synced: 2024-11-07T05:12:03.557Z (2 months ago)
- Topics: apirest, axios, es6, eslint, javascript, nodejs, npm, postgresql, vuejs, vuetify
- Language: Vue
- Homepage: https://www.linkedin.com/in/michel-bernardo/
- Size: 1.82 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://cli.vuejs.org/config/).### 💻 Preview