https://github.com/creoone/ninerecommendations
Simple web app that always gives nine music recommendations
https://github.com/creoone/ninerecommendations
dotnet-core music recommendation-system
Last synced: about 1 month ago
JSON representation
Simple web app that always gives nine music recommendations
- Host: GitHub
- URL: https://github.com/creoone/ninerecommendations
- Owner: CreoOne
- License: mit
- Created: 2022-09-10T16:41:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T15:08:34.000Z (almost 4 years ago)
- Last Synced: 2025-10-08T21:38:36.549Z (8 months ago)
- Topics: dotnet-core, music, recommendation-system
- Language: C#
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# 9Recommendations
9Recommendations is simple music recommendation app.
It always gives nine recommendations that are based on answers given in the series of questions. Chosen architecture should help with expansion and replacement of functionalities.
## Goals
- Minimal configuration
- Click & run setup
- Future-proof software architecture
## Dependencies
- .Net 6.0
- ASP.NET MVC
- Docker, Docker-compose (optional)
## Running
See [DOCS.md](./DOCS.md)
## Documentation
See [DOCS.md](./DOCS.md)
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md)
## Roadmap
See [ROADMAP.md](./ROADMAP.md)