Giter Site home page Giter Site logo

supernevi / karaokeprovider Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 204 KB

A java based server to provide songs, videos and lyrics for karaoke machines like UltraStar Play

License: MIT License

Java 100.00%
karaoke party singing ultrastar ultrastardeluxe ultrastarplay melodymania

karaokeprovider's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar supernevi avatar

Stargazers

 avatar

Watchers

 avatar  avatar

karaokeprovider's Issues

Architectual Tests

Is your feature request related to a problem? Please describe.

All contributors should program in the same style. For example, all dao classes should end up in the dao package, as well as all service classes in the service package, and so on. For this architectual tests are to be implemented, so that the defaults are kept by tests.

Improve code coverage / implement automated tests

Is your feature request related to a problem? Please describe.
Currently the app isn't fully automated tested

Describe the solution you'd like
Implement automated tests through all layers (dao, service, rest)

Basic Authorization

Is your feature request related to a problem? Please describe.
By now all API calls are open without any authorization. But usually you only want some applications allow access to your song repository, especially if your server is hosted in the cloud.

Describe the solution you'd like
Some authorization routines should be available. This can be done with Basic OAuth authorization. For this, the server should generate a client id and a secret and store this information in a local file since this can be reused after restarting the server. I don't think that any encryption is needed here (for now)

REST-API documentation

Is your feature request related to a problem? Please describe.
Create REST-API documentation so anybody can see which calls are available.

Describe the solution you'd like
The documentation should be generated by the annotations in the RestController interfaces.

See: https://springdoc.org/v2/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.