RadioNucleo - API RESTful. (Just to practice NestJS)
Get data e images from albums with subgenres of metal (Working on).
Data obtained with web scrapping from https://coreradio.online/
I'm not the owner of this material, this project is just to share data from the albums like release date, band name, album name, etc. and the album coverart.
Just album DB
If you want to delete some data provided here feel free to email me: [email protected]
$ npm install
Create a .env file with your MySQL credentials and secret keys for JWT
# 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
RadioNucleo is an MIT-licensed open source project.
RadioNucleo is MIT licensed.