Skip to content

illeb/id3king

Repository files navigation

Id3King-JS

An AngularJS version of www.id3king.it, capable of filters for displayed data and various addons.

Getting Started

Download NodeJS and install it in your system.

  • Clone the repo (or simply download the provided .zip file).
  • Do a 'npm install' in the root and in the 'frontEnd' directory to download all the required dependencies.
  • Modify 'appBaseUrl' in app.config.ts to point to the server where the backend is located.
  • Build the frontend running 'ng build --prod' in the frontend directory.
  • Import the Database into a MySQL compatible RDBMS.
  • Modify the Configuration File to set database credentials and other options.
  • (Optional) If it is the first run and the database is empty, it can be populated now by temporarliy setting 'forceScrapingOnStartup' in the 'config.json' file.
  • Start the server with 'node index' and then connect to the service.

Author

License

This project is licensed under the GNU AGPL v3 license - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published