Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ananeridev/nestjs-api-bookmark
Complete rest api with testing using nestjs and typescrit to practice
https://github.com/ananeridev/nestjs-api-bookmark
nestjs nodejs typescript
Last synced: 8 days ago
JSON representation
Complete rest api with testing using nestjs and typescrit to practice
- Host: GitHub
- URL: https://github.com/ananeridev/nestjs-api-bookmark
- Owner: ananeridev
- Created: 2023-01-17T17:59:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T21:59:01.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T21:57:18.074Z (4 months ago)
- Topics: nestjs, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 860 KB
- Stars: 63
- Watchers: 2
- 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
Api rest using good practices of testing and all nestjs and typescript new features!
## 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
```