Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gilsonricardopeloso/api
API
https://github.com/gilsonricardopeloso/api
Last synced: about 6 hours ago
JSON representation
API
- Host: GitHub
- URL: https://github.com/gilsonricardopeloso/api
- Owner: gilsonricardopeloso
- License: mit
- Created: 2024-03-12T12:02:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T18:44:28.000Z (8 months ago)
- Last Synced: 2024-03-25T20:00:29.699Z (8 months ago)
- Language: TypeScript
- Size: 270 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Webxnet NestJS Boilerplate
NestJS is a progressive Node.js framework for building efficient and scalable server-side applications.
Explore the NestJS docs »
Table of Contents
## About The Project
[Webxnet](https://github.com/webxnet/wxn-nestjs-boilerplate) use NestJS framework for some of your backend service.
[NestJS](https://nestjs.com/) is a great Framework to start building very robust server-side applications. There are many great templates available on GitHub; however, We didn't find one that really suited our needs so We created this ~~very opinionated~~ one. We wanted a boilerplate that would integrate many of the great features Nest has to offer, _out-of-the-box_, with the minimun configuration effort to start bootstraping an application right away.Of course, no template will suit every project as your needs may be different, but here's our contribution for anyone who finds it useful.
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run 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
```## 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 - [Gilson Peloso](https://github.com/gilsonricardopeloso/)
- Website - [https://webxnet.com.br](https://webxnet.com.br/)
- Twitter - [@webxnet1](https://twitter.com/webxnet1)## License
Nest is [MIT licensed](LICENSE).