https://github.com/ankeetmaini/spotify-backend
https://github.com/ankeetmaini/spotify-backend
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ankeetmaini/spotify-backend
- Owner: ankeetmaini
- Created: 2021-04-05T18:57:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T18:11:53.000Z (about 5 years ago)
- Last Synced: 2025-01-24T10:29:48.506Z (over 1 year ago)
- Language: Java
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpotifyApp
How to start the SpotifyApp application
---
1. Run `mvn clean install` to build your application
1. Start application with `java -jar target/SpotifyApp-1.0-SNAPSHOT.jar server config.yml`
1. To check that your application is running enter url `http://localhost:9000`
Health Check
---
To see your applications health enter url `http://localhost:9001/healthcheck`
## dev
> it's on Docker :D
```bash
docker-compose up --build
```
## todo
- [] healthchecks
- [] metrics
## apis
- I should be able to save songs with title, artist, duration and genre
- I should be able to get songs by title
- I should be able to get songs by artist
- artists will have a name
- I should be able to mark songs and artists as fav
- I should be able to get a list recommended (using data of my fav songs and artists)