A songs REST API backend project that allows users to perform CRUD (Create, Read, Update, Delete) operations on song data in the MongoDB database. The API exposes endpoints for creating, finding, updating, and deleting songs.
pnpm install# development
pnpm run start
# watch mode
pnpm run start:dev
# production mode
pnpm run start:prod- Website - Dylan Buchi