[](https://travis-ci.org/anishkny/node-express-realworld-example-app)
https://github.com/lujakob/nestjs-realworld-example-app#readmeTags | nestjs typeorm |
Implementation | TypeScript |
License | Public |
Platform |
Starter template for 😻 NestJS and Prisma. Checkout NestJS Prisma Schematics to automatically add Prisma support to your Nest application.
bcrypt passportjs code-first nestjs prisma passport-jwt type-graphql prisma-client nestjs-graphql prisma2 typescript😏 Curated list of NestJS
nestjs awesome-list typescript nodejsIt is my attempt to create Clean Architecture based application in Typescript. IPoster is a simple fictional application that allows users to publish posts.
nodejs unit-testing typescript ddd clean-code back-end clean-architecture typeorm nestjs e2e-testingElixir (Phoenix) codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API. This codebase was created to demonstrate a fully fledged backend application built with Elixir and Phoenix including CRUD operations, authentication, routing, pagination, and more.
elixir-lang elixir-phoenix elixir-examples elixir-apps phoenix-framework phoenix-application elixir realworld backendExample Angular 1.5+ (ES6 + Components) codebase that adheres to the RealWorld spec and API.For convenience, we have a live API server running at https://conduit.productionready.io/api for the application to make requests against. You can view the API spec here which contains all routes & responses for the server.
This codebase was created to demonstrate a fully fledged fullstack application built with Golang/Gin including CRUD operations, authentication, routing, pagination, and more.
gin crud todolist todomvc gorm gin-mvc example best-practices best practice rest restful api jwt starter boilerplate sample realworldThis codebase was created to demonstrate a fully fledged WebAssembly web application built with Yew including CRUD operations, authentication, routing, pagination, and more. We've gone to great lengths to adhere to the Yew community styleguides & best practices.
web webassembly wasm realworld yewA micro-service development architecture based on nest.js, AOP . —— 基于 Nest.js 的微服务开发架构,异步高性能应用、AOP(面向切面编程)
notadd cms shop mall bbs spa mysql postgresql sqlite3 nodejs nest nestjs typescript angular material2 microservice fastifyAmplication is an open‑source development tool. It helps professional Node.js developers develop quality Node.js applications without spending time on repetitive coding tasks. Try amplication immediately on app.amplication.com or follow the instructions to run a local instance.
nodejs api typescript web code-generation low-code nestjs prismaThis codebase was created to demonstrate a fully fledged fullstack application built with Vue.js including CRUD operations, authentication, routing, pagination, and more. We've gone to great lengths to adhere to the Vue.js community styleguides & best practices.
realworld vue vuejs vue-cliTypeORM is an ORM that can run in NodeJS, Browser, Cordova, PhoneGap and Ionic platforms and can be used with TypeScript and JavaScript (ES5, ES6, ES7). Its goal to always support latest JavaScript features and provide features that help you to develop any kind of applications that use databases - from small applications with a few tables to large scale enterprise applications with multiple databases.
orm object-relational-mapper data-mapping database mysql mariadb postgresql sqlite sqlserver oracle websql active-recordThis codebase was created to demonstrate a fully fledged application built with Angular that interacts with an actual backend server including CRUD operations, authentication, routing, pagination, and more. We've gone to great lengths to adhere to the Angular Styleguide & best practices.Additionally, there is an Angular 1.5 version of this codebase that you can fork and/or learn how to recreate.
Requests are authenticated using the Authorization header with a valid JWT. We define two express middlewares in routes/auth.js that can be used to authenticate requests. The required middleware configures the express-jwt middleware using our application's secret and will return a 401 status code if the request cannot be authenticated. The payload of the JWT can then be accessed from req.payload in the endpoint. The optional middleware configures the express-jwt in the same way as required, but will not return a 401 status code if the request cannot be authenticated.
Originally created for this GH issue. The codebase is now feature complete; please submit bug fixes via pull requests & feedback via issues.Local web server will use port 4100 instead of standard React's port 3000 to prevent conflicts with some backends like Node or Rails. You can configure port in scripts section of package.json: we use cross-env to set environment variable PORT for React scripts, this is Windows-compatible way of setting environment variables.
👋 hi there! My name is Kent C. Dodds! This is a workshop repo to teach you about testing JavaScript applications.Big thanks to the RealWorld project from GoThinkster. This project is a copy of the Node implementation and the React implementation of the RealWorld project.
workshop testing unit-testing integration-testing end-to-end-testing e2e-testsThis codebase was created to demonstrate a fully fledged fullstack application built with Rocket including CRUD operations, authentication, routing, pagination, and more. We've gone to great lengths to adhere to the Rocket community styleguides & best practices.
Elm codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API. This codebase was created to demonstrate a fully fledged fullstack application built with Elm including CRUD operations, authentication, routing, pagination, and more.
While most "todo" demos provide an excellent cursory glance at a framework's capabilities, they typically don't convey the knowledge & perspective required to actually build real applications with it.RealWorld solves this by allowing you to choose any frontend (React, Angular 2, & more) and any backend (Node, Django, & more) and see how they power a real world, beautifully designed fullstack app called "Conduit".
react angular fullstack examples nodeThis is an example of web application comprising of several components communicating to each other. In other words, this is an example of microservice app. Why is it better than many other examples? Well, because these microservices are written in different languages. This approach gives you flexibility for running experiments in polyglot environment. The app itself is a simple TODO app that additionally authenticates users. I planned to add some admin functionality, but decided to cut the scope and add it later if needed.
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.