You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clubs should be able to store meta data about tracks.
You should create a new module named Tracks at src/jukebox/tracks. For now, the only field you need on the entity is track_id, and it should be unique.
Info
Clubs should be able to store meta data about tracks.
You should create a new module named Tracks at
src/jukebox/tracks
. For now, the only field you need on the entity istrack_id
, and it should be unique.Creating CRUD resource via NestJS CLI: https://docs.nestjs.com/recipes/crud-generator
Task
The text was updated successfully, but these errors were encountered: