https://github.com/ridhoq/soundslike
soundslike app written in flask + react
https://github.com/ridhoq/soundslike
flask javascript python react
Last synced: 4 months 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 11 years ago)
- Default Branch: develop
- Last Pushed: 2019-01-10T03:10:04.000Z (over 7 years ago)
- Last Synced: 2025-10-10T21:04:47.796Z (9 months 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