/songs-rest-api-nest-js

A back-end project that allows users to perform CRUD (Create, Read, Update, Delete) operations on song data in a database. Built with Nest.js, TypeScript, and MongoDB.

Primary LanguageTypeScript

songs-rest-api-nest-js

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.

Nest.js TypeScript MongoDB

Installation

pnpm install

Running the app

# development
pnpm run start

# watch mode
pnpm run start:dev

# production mode
pnpm run start:prod

Author