ka65359 / kai-kong-music-lib

A simple music library
MIT License
0 stars 0 forks source link

My Music Library

This music library allows users to organize and view song data. The application is hosted on IBM Cloud and can be accessed here.

Available Features


Future enhancements

There are still many features to add. Here are some of the big ticket items.

There are also some smaller enhancements.

Other enhancement details can be found here

Known issues


Requirements

This application is currently only supported in Chrome when running the project locally. Please see step 5.

Instructions to run locally

  1. Clone the repo
  2. Run npm install
  3. Run npm run start
    • If you see issues regarding /core not being found, run npm run postinstall
  4. To successfully run this app from localhost you will need to use the --disable-web-security in Chrome to avoid CORS errors.

Documentation

JSDoc documentation is not available on the deployed version, but is accessible when running the project locally. The documentation is hosted locally, so you do not need to worry about any issues with CORS.

If you would like to view only the documentation you can skip starting the rest of the application and simply run npm run start:server. The docs are available on the API port: http://localhost:4400/docs

Note: To see information about what other scripts are available run npm run scripts.

Technologies