Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dylanbuchi/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.
https://github.com/dylanbuchi/songs-rest-api-nest-js

backend mongodb nest-js rest-api typescript

Last synced: 4 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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](https://img.shields.io/badge/nestjs-E0234E?style=for-the-badge&logo=nestjs&logoColor=white)](https://nestjs.com/)
[![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
[![MongoDB](https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white)](https://www.mongodb.com/)

## Installation

```bash
pnpm install
```

## Running the app

```bash
# development
pnpm run start

# watch mode
pnpm run start:dev

# production mode
pnpm run start:prod
```
## Author

- Website - [Dylan Buchi](https://dylanbuchi.com/)