An open API service indexing awesome lists of open source software.

https://github.com/jiawei397/deno_nest_template

The template for deno_nest framework
https://github.com/jiawei397/deno_nest_template

Last synced: about 1 month ago
JSON representation

The template for deno_nest framework

Awesome Lists containing this project

README

        

# deno_nest_template

[![deno version](https://img.shields.io/badge/deno-^2.0.2-blue?logo=deno)](https://github.com/denoland/deno)

A progressive Deno framework for building efficient and scalable server-side
applications, which Implemented the basic API of NestJS.

## Description

[deno_nest](https://nests.deno.dev/en-US) framework TypeScript starter
repository.

## Running the app

```bash
# development with watch mode
$ deno task dev

# development
$ deno task start
```