Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pasan-pahasara/nest.js-crud-rest-api-in-mongodb
"Nest.js CRUD REST API in MongoDB" is about a backend app crafted with Nest.js. It lets you Create, Read, Update, and Delete (CRUD) via a REST API. This interface adheres to Representational State Transfer (REST) principles, facilitating interaction with a MongoDB database.
https://github.com/pasan-pahasara/nest.js-crud-rest-api-in-mongodb
mongodb nest
Last synced: about 1 month ago
JSON representation
"Nest.js CRUD REST API in MongoDB" is about a backend app crafted with Nest.js. It lets you Create, Read, Update, and Delete (CRUD) via a REST API. This interface adheres to Representational State Transfer (REST) principles, facilitating interaction with a MongoDB database.
- Host: GitHub
- URL: https://github.com/pasan-pahasara/nest.js-crud-rest-api-in-mongodb
- Owner: Pasan-Pahasara
- Created: 2023-07-02T09:00:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-15T04:40:43.000Z (over 1 year ago)
- Last Synced: 2023-09-07T08:40:08.363Z (over 1 year ago)
- Topics: mongodb, nest
- Language: TypeScript
- Homepage:
- Size: 356 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```## Links
* π PostMan Page
## Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
## Stay in touch
- Author - [Kamil MyΕliwiec](https://kamilmysliwiec.com)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)## License
Nest is [MIT licensed](LICENSE).
#
#### Clone this repository β
```md
https://github.com/Pasan-Pahasara/Nest.js-CRUD-REST-API-in-MongoDB.git
```
###
###### If you think my code is good pleace drop a Star![GitHub issues](https://img.shields.io/github/issues/Pasan-Pahasara/Nest.js-CRUD-REST-API-in-MongoDB?&labelColor=black&color=eb3b5a&label=Issues&logo=issues&logoColor=black&style=for-the-badge)
![GitHub Contributions](https://img.shields.io/github/contributors/Pasan-Pahasara/Nest.js-CRUD-REST-API-in-MongoDB?&labelColor=black&color=8854d0&style=for-the-badge)### License π
[![GitHub license](https://img.shields.io/github/license/Pasan-Pahasara/Nest.js-CRUD-REST-API-in-MongoDB?&labelColor=black&color=3867d6&style=for-the-badge)](https://github.com/Pasan-Pahasara/Nest.js-CRUD-REST-API-in-MongoDB/blob/master/LICENSE)![repo size](https://img.shields.io/github/repo-size/Pasan-Pahasara/Nest.js-CRUD-REST-API-in-MongoDB?label=Repo%20Size&style=for-the-badge&labelColor=black&color=20bf6b)
![GitHub forks](https://img.shields.io/github/forks/Pasan-Pahasara/Nest.js-CRUD-REST-API-in-MongoDB?&labelColor=black&color=0fb9b1&style=for-the-badge)
![GitHub stars](https://img.shields.io/github/stars/Pasan-Pahasara/Nest.js-CRUD-REST-API-in-MongoDB?&labelColor=black&color=f7b731&style=for-the-badge)
![GitHub LastCommit](https://img.shields.io/github/last-commit/Pasan-Pahasara/Nest.js-CRUD-REST-API-in-MongoDB?logo=github&labelColor=black&color=d1d8e0&style=for-the-badge)
#### Developed by [Pasan Pahasara](https://github.com/Pasan-Pahasara/)