nestjs-realworld-example-app
bulletproof-nodejs
Our great sponsors
nestjs-realworld-example-app | bulletproof-nodejs | |
---|---|---|
3 | 18 | |
2,611 | 5,118 | |
- | - | |
0.0 | 0.0 | |
3 months ago | 5 months ago | |
TypeScript | TypeScript | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nestjs-realworld-example-app
-
Creating a realworld app with C# dotnet
Once in a while I create a realworld app (demo) to learn a new framework or explore certain different ways of application architecture.
-
Please send me your open source production Express API code!
I've always thought this was a pretty good place to see how frameworks look in a 'real-world' way. https://github.com/gothinkster/realworld Since each repo is a clone of Medium.com you can see how expressjs compares to NestJS, or Laravel or Spring, etc.
bulletproof-nodejs
-
Project file structure and best practices you follow for a express app.
https://github.com/santiq/bulletproof-nodejs - it has an article linked in it's README going into a lot of detail around the architecture / structure.
-
Examples of APIs that follows the best practices and are production ready on Github?
This might be a good start ;) : https://github.com/santiq/bulletproof-nodejs
- Good code example of advanced CRUD project?
-
React Project Folder structure
https://github.com/santiq/bulletproof-nodejs but you need to tweak it way more than the react one and testing isn't done on it
-
What folder structure do you use for your projects?
This one https://softwareontheroad.com/ideal-nodejs-project-structure/
Traditional MVC approach (eg. bullet proof nodejs boilerplate)
-
100+ Must Know Github Repositories For Any Programmer
8. Bullet Proof Node.js
- Open source projekti
-
Good practices in Reactjs and Nodejs?
For NodeJS https://github.com/santiq/bulletproof-nodejs
What are some alternatives?
spring-boot-realworld-example-app - Example Spring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld API spec.
nestjs-localization - Nestjs localization provides a convenient way to retrieve strings in various languages, allowing you to easily support multiple languages within your application.
laravel-realworld-example-app - Exemplary real world backend API built with Laravel
prisma-dbml-generator - Prisma DBML Generator
nest-queue - The queue package for your NestJS Applications
full-stack-twitter-clone - loading full-stack developer 🚀
node-express-boilerplate - A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
nest-console - Create beautiful CLI commands in your NestJS Applications
realworld - "The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
TypeScript-Node-Starter - A reference example for TypeScript and Node with a detailed README describing how to use the two together.
nodejs-backend-architecture-typescript - Node.js Backend Architecture Typescript - Learn to build a backend server for production ready blogging platform like Medium and FreeCodeCamp. Main Features: Role based, Express.js, Mongoose, Redis, Mongodb, Joi, Docker, JWT, Unit Tests, Integration Tests.
domain-driven-hexagon - Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included