/audioCatalogAPI

Audio API for sharing your audio. Add songs, change your profile settings, subscribe to different users, like tracks and much more.

Primary LanguageTypeScript

Audio API for sharing your audio. Add songs, change your profile settings, subscribe to different users, like tracks, choose response language and much more.

Installation

$ npm install

fill .env file according to example.env

Running the app

# development
$ npm run start

# production mode
$ npm run serve

docs will be available on localhost:{PORT}/docs/

Building the app

$ npm run build

Eslint and prettier check

# eslint
$ npm run lint

# prettier
$ npm run prettier:check