Skip to content
#

Nest

nestjs logo

Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with and fully supports TypeScript (yet still enables developers to code in pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Nest provides an out-of-the-box application architecture which allows developers and teams to create highly testable, scalable, loosely coupled, and easily maintainable applications.

Here are 5,292 public repositories matching this topic...

ToolJet
amplication
abrl91
abrl91 commented May 28, 2022

What happened?

on create user, when I try to create a user with a username that already exists, I get an internal server error

What you expected to happen

I expect to get something like 409 and a message that a user with the requested username already exists
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client_error_responses

![image](https://user-images.githubuser

Created by NestJS

Released May 14, 2017

Latest release 18 days ago

Repository
nestjs/nest
Website
nestjs.com