Skip to content

SamuelSimoes31/Esspotify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Esspotify

Repositório do projeto de ESS

Entidades envolvidas no projeto

Artista

property type required
id uuid *auto
name string *
image_link string *
country string *
style string
albums [id]

Álbum

property type required
id uuid *auto
name string *
image_link string *
year number *
musics [id] *

Música

property type required
id uuid *auto
name string *
writers [string] *
link string *
participation [string]
release date

About

Project of the course project (ESS-EC-2021.1)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.3%
  • Gherkin 16.5%
  • CSS 10.5%
  • HTML 0.7%