Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dylanbuchi/songs-rest-api-nest-js
- Owner: dylanbuchi
- Created: 2022-12-26T17:03:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T20:12:45.000Z (about 2 years ago)
- Last Synced: 2024-11-14T07:47:39.113Z (2 months ago)
- Topics: backend, mongodb, nest-js, rest-api, typescript
- Language: TypeScript
- Homepage:
- Size: 134 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)