Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ridhoq/soundslike
soundslike app written in flask + react
https://github.com/ridhoq/soundslike
flask javascript python react
Last synced: 15 days ago
JSON representation
soundslike app written in flask + react
- Host: GitHub
- URL: https://github.com/ridhoq/soundslike
- Owner: ridhoq
- Created: 2015-03-16T04:18:39.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2019-01-10T03:10:04.000Z (almost 6 years ago)
- Last Synced: 2023-03-25T22:40:12.657Z (over 1 year ago)
- Topics: flask, javascript, python, react
- Language: JavaScript
- Homepage:
- Size: 497 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# soundslike
Enable users to discover music by traversing a music relationship graph that is built by other users. Target audience are users who are looking to actively curate music by building the graph or consuming the graph.## Setup
You'll need `docker` and `docker-compose`
1. Run `docker-compose up` from the root directory. After it completes, you should be able to hit http://localhost:8888 to see the web app## Testing
After running the above steps, in a separate shell instance, run `docker-compose exec app make test` to run the python tests