Audio API for sharing your audio. Add songs, change your profile settings, subscribe to different users, like tracks, choose response language and much more.
$ npm install
fill .env file according to example.env
# development
$ npm run start
# production mode
$ npm run serve
docs will be available on localhost:{PORT}/docs/
$ npm run build
# eslint
$ npm run lint
# prettier
$ npm run prettier:check