Music streaming backend, built with ❤️ in NestJS.
Music streaming backend, built on NestJS, provides a seamless and immersive experience for users to discover, stream, and curate their favorite music. With advanced features like personalized recommendations and social sharing, we aim to revolutionize the way people enjoy music online.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Author - Devang Parekh
- Website - Portfolio
Nest is MIT licensed.