This project was created as a test task for int20h hackathon 2020.
The website enables users to search music by recording a sample audio-track that resembles the original sound or by looking it up via an excerpt of lyrics, music title or author's name.
-
docs/task.pdf
- initial task (it is written in Ukrainian) -
docs/design-document.md
- architecture design document (go here to collaborate)
Create the following environmental varialbes in backend/.env
file:
PORT=8080
AUDD_IO_TOKEN="blah_blah_blah"
Then run the following script
./bootstrap.sh
Open your browser at http://localhost:8080