-
Updated
Jun 15, 2022 - TypeScript
Nest

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,450 public repositories matching this topic...
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
-
Updated
Jun 13, 2022 - TypeScript
-
Updated
May 26, 2022
-
Updated
May 18, 2022 - TypeScript
-
Updated
Apr 22, 2022 - TypeScript
-
Updated
Sep 4, 2020 - JavaScript
Hi, thanks for making such an awesome tool. Is it possbile to also add nestjs-query support? I saw there is nest-crud which is great, but IMHO a GraphQL API has many advantages over REST. It would be great if refine can support both nest-crud and nestjs-query.
Many thanks!
A recipe with Mocha
Clone the example app, only use Mocha instead of Jest
Before picking this issue, it's recommended to have a short tech planning chat here and only then upon sync to get up to speed.
Enrich our DB model
I've read the docs, and it seems you can pass through knex
instances, but I didn't see if it supports SQLite3 - could you clarify please?
-
Updated
Jun 2, 2022 - TypeScript
Create a Wiki
It might be nice to have a Wiki set up to help people better understand the overall idea of the repository. Anyone is free to help out with this
-
Updated
Jun 14, 2022 - Dart
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
Jun 15, 2022 - TypeScript
-
Updated
May 30, 2022 - Vue
-
Updated
Jun 8, 2022
-
Updated
May 18, 2022 - TypeScript
-
Updated
Feb 25, 2022 - TypeScript
-
Updated
Jun 14, 2022 - TypeScript
-
Updated
Jun 15, 2022 - TypeScript
-
Updated
Jun 11, 2022 - TypeScript
-
Updated
Jun 14, 2022 - TypeScript
-
Updated
Jun 13, 2022 - TypeScript
Created by NestJS
Released May 14, 2017
Latest release 1 day ago
- Repository
- nestjs/nest
- Website
- nestjs.com
Summary
Currently, the position of
Try ToolJet locally
is 3rd in Setup. It needs to be the first.Solution
sidebar.js
file and move'setup/docker-local',
to the top of Items.Issue Type
Documentation feature/update
The entire URL of the documentation with the issue
https://docs.tooljet.com/docs/setup/
Steps to reproduce the issue
No response