Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 601 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 601 Bytes

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