jerembdn / nestjs-rest-fastify-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NestJS Rest Fastify API Boilerplate

Social

Description

NestJS Rest Fastify API Boilerplate is a starter project for building RESTful APIs using NestJS and Fastify.

It uses TypeScript and MongoDB and comes with a set of features that will help you to build your API faster.

Features

Requirements

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Community

The onRuntime Studio community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.

To chat with other community members and see the live development you can join the Discord.

Our Code of Conduct applies to all community channels.

Contributing

Please see our contributing rules.

Authors

License

NestJS Rest Fastify API Boilerplate is MIT licensed.

About

License:MIT License


Languages

Language:TypeScript 98.1%Language:Dockerfile 1.9%