update readme

This commit is contained in:
juliandavidmr
2018-01-21 14:21:33 -05:00
parent 2677e870d1
commit 49947e3f97
2 changed files with 49 additions and 19 deletions
+43 -16
View File
@@ -25,24 +25,35 @@
- [GitHub Repo](https://github.com/nestjs/nest)
- [Release Notes](https://github.com/nestjs/nest/blob/master/CHANGELOG.md)
- Exampes
- [Nest starter](https://github.com/kamilmysliwiec/nest-typescript-starter) The Nest framework starter repository
- [Nest starter](https://github.com/nestjs/typescript-starter) Nest framework TypeScript starter
- [javascript-starter](https://github.com/nestjs/javascript-starter) Nest framework JavaScript (ES6 / ES7 / ES8) starter.
- Community
- [Gitter](https://gitter.im/nestjs/)
- Tutorials
- [Introduction to modern Node.js framework](https://kamilmysliwiec.com/nest-release-canditate-is-here-introduction-modern-node-js-framework)
- [Build web applications with Nest](https://kamilmysliwiec.com/build-modern-scalable-node-js-web-applications-with-nest)
- [Nestjs30Days](https://github.com/m24927605/Nestjs30Days) Learn the nestjs framework in 30 days.
- Examples
- [ChatServer](https://github.com/Pinedo11/nestDemo-ChatServer) Server side of Chat App implemented using Nest
- [nest-js-api-ai](https://github.com/adrien2p/nest-js-api-ai) Interact with api.ai in node.js
- [simple-todos](https://github.com/BruceHem/simple-todos) A simple web application powered by Nuxt.js :green_heart: & Nest Framework :heart_eyes_cat:
- [mant](https://github.com/vladotesanovic/mant) New Stack on the Market to beat them all :ring: MANT.
- [rest-nestjs-postgres](https://github.com/crudjs/rest-nestjs-postgres) CrudJS implemented as a REST API, using Nest.js and Postgres.
- [nest-permissions-seed](https://github.com/EndyKaufman/nest-permissions-seed) A simple application demonstrating the basic usage of permissions with NestJS.
- [angular-nestjs-rendering](https://github.com/Innovic-io/angular-nestjs-rendering) Angular 5+ server side rendering using NestJS
- Books
- Conferences
## Projects using NestJS
- Open Source
- [evebook/api](https://github.com/evebook/api) :milky_way: EVE Book API
- Enterprise Usage
## Components & Libraries
- Utilities
- [nest-cqrs](https://github.com/kamilmysliwiec/nest-cqrs) A lightweight CQRS module for Nest framework
- [nest-cqrs](https://github.com/nestjs/cqrs) A lightweight CQRS module for Nest framework
- Typescript
- i18n
- Custom Events
@@ -54,25 +65,41 @@
- Migration
- Web Sockets
- [Oficial](https://docs.nestjs.com/websockets/gateways)
- Mail
- [nest-mailer](https://github.com/partyka95/nest-mailer) A mailer module for Nest framework
- API
- [swagger](https://github.com/nestjs/swagger) This's an OpenAPI (Swagger) module for Nest. _[[Tutorial](https://docs.nestjs.com/recipes/swagger)]_
- Middleware
- [nest-middlewares](https://github.com/wbhob/nest-middlewares) Common, injectable middlewares for NestJS.
- Errors
- [nestjs-flub](https://github.com/shekohex/nestjs-flub) Pretty Error :tired_face: Stack Viewer for NestJS Framework :hammer_and_wrench:
- Lint
- [eslint-plugin-nestjs](https://github.com/unlight/eslint-plugin-nestjs) ESLint rules for nestjs framework
## Integrations
- Auth
- [Nestjs + Auth0](https://github.com/cdiaz/nestjs-auth0) NestJS Framework web application with Auth0.
- Databases
- [NestJS + TypeORM](http://docs.nestjs.com/recipes/sql-typeorm) TypeORM library is the most mature Object Relational Mapper (ORM) available in the node.js world.
- [nest-mongoose](https://github.com/JulianBiermann/nest-mongoose) Extension for the nest framework in order to inject mongoose models into components.
- [nest-mysql](https://github.com/cdiaz/nest-mysql) Example usage of MySQL with the Nest framework.
- [nest-sequelize-jwt](https://github.com/adrien2p/nest-js-sequelize-jwt) Starter kit Nest + Sequelize + jwt
- GraphQL
- [nest-js-graphql](https://github.com/adrien2p/nest-js-graphql) Nest-js starter which implement graphql module
- Pattern
- [nest-grpc-transport](https://github.com/fresh8/nestjs-grpc-transport) GRPC transport layer for the NestJS framework
- Auth
- [Nestjs + Auth0](https://github.com/cdiaz/nestjs-auth0) NestJS Framework web application with Auth0.
- Databases
- [typeorm](https://github.com/nestjs/typeorm) A TypeORM module for Nest framework [[Tutorial](http://docs.nestjs.com/recipes/sql-typeorm)]
- [nest-mongoose](https://github.com/nestjs/mongoose) A Mongoose module for Nest framework
- [nest-mysql](https://github.com/cdiaz/nest-mysql) Example usage of MySQL with the Nest framework.
- [nest-sequelize-jwt](https://github.com/adrien2p/nest-js-sequelize-jwt) Starter kit Nest + Sequelize + jwt
- GraphQL
- [nest-js-graphql](https://github.com/adrien2p/nest-js-graphql) Nest-js starter which implement graphql module
- Pattern
- [nest-grpc-transport](https://github.com/fresh8/nestjs-grpc-transport) GRPC transport layer for the NestJS framework
- Editors
- VSCode
- [nestjs-snippets](https://github.com/ashinzekene/vscode-nestjs-snippets) Vscode nestjs code Snippets
## Runtime
- Command Line / Terminal
- [cli](https://github.com/nestjs/nest-cli) CLI tool for Nestjs applications
- Command Line / Terminal
#### [Feel free to add your projects, examples, videos, tutorials, books, etc.](./contributing.md)
- [cli](https://github.com/nestjs/nest-cli) CLI tool for Nestjs applications
- [yeoman generator](https://github.com/ashinzekene/generator-nestjs-app) A yeoman generator for nestsjs apps
### [Feel free to add your projects, examples, videos, tutorials, books, etc.](./contributing.md)
<a href="https://creativecommons.org/publicdomain/zero/1.0/"><img src="https://camo.githubusercontent.com/da896acd40e1f4f275c2da6e1d830b2865803fc8/68747470733a2f2f692e6372656174697665636f6d6d6f6e732e6f72672f702f7a65726f2f312e302f38387833312e706e67" alt="CC0" data-canonical-src="https://i.creativecommons.org/p/zero/1.0/88x31.png" style="max-width:100%;"></a>
+6 -3
View File
@@ -4,16 +4,18 @@
2. Always add your items to the end of a list. To be fair, the order is first-come-first-serve.
3. If you think something belongs in the wrong category, or think there needs to be a new category, feel free to edit things too.
### Projects using Nest
## Projects using Nest
Make sure you put things in the right category. There are two main categories:
- Open Source
- Apps/Websites/Tutorials
#### Open source
## Open source
Open Source section gives the possibility for developers to contribute and be a part of an opensource project using their knowledge of the NestJS.
You should put your project in this category if the following conditions are true:
- The documentation (README) contains a description of the project, illustration of the project with a demo or screenshots and a CONTRIBUTING section.
- The project is active and maintained.
- The project accepts contributions.
@@ -21,9 +23,10 @@ You should put your project in this category if the following conditions are tru
The link provided should be the link of the github repository, not the demo.
If you consider your project finished, and it does not need any contributions, consider the apps/website/tutorial category.
#### Apps/Websites/Tutorials
### Apps/Websites/Tutorials
Apps/Websites gives the opportunity to showcase the awesome things we can build with Nest.
You should put your app/website/tutorial in this category if the following conditions are true:
- The website is available without errors or ssl certificate problems, and load in a reasonable amount of time.
- The tutorial is public domain.