tilburgsciencehub / music-to-scrape

A fictitious music streaming service with a real website and API so you can learn how to scrape!
https://music-to-scrape.org
3 stars 6 forks source link

Wip 29 docker launch: App working with Docker #31

Closed DiSanchz closed 1 year ago

DiSanchz commented 1 year ago

The API and front end can be now launched through Docker.

This PR includes the Dockerfile and docker-compose.yml files in charge of this plus the instructions to do so in the readme as well as some necessary modifications in simulate.R by @hannesdatta for everything to work. For further insight, you can check issue #29

Let us know any suggestions you may have!

@Fernando-Iscar

hannesdatta commented 1 year ago

Great work! Thanks so much!!!