Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gilsonricardopeloso/api_drizzle
API boilerplate with Drizzle/Postgres in NestJS.
https://github.com/gilsonricardopeloso/api_drizzle
docker docker-compose drizzle drizzle-orm hbs hbs-to-html i18n nestjs nestjs-backend nestjs-boilerplate postgres
Last synced: 16 days ago
JSON representation
API boilerplate with Drizzle/Postgres in NestJS.
- Host: GitHub
- URL: https://github.com/gilsonricardopeloso/api_drizzle
- Owner: gilsonricardopeloso
- License: mit
- Created: 2024-09-18T14:01:12.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-31T12:56:54.000Z (17 days ago)
- Last Synced: 2024-10-31T13:40:37.662Z (17 days ago)
- Topics: docker, docker-compose, drizzle, drizzle-orm, hbs, hbs-to-html, i18n, nestjs, nestjs-backend, nestjs-boilerplate, postgres
- Language: TypeScript
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Webxnet API NestJS Boilerplate with Drizzle ORM
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).