mongodb-elasticsearch-sync
bulletproof-nodejs
mongodb-elasticsearch-sync | bulletproof-nodejs | |
---|---|---|
3 | 19 | |
5 | 5,612 | |
- | 0.0% | |
0.0 | 0.0 | |
about 4 years ago | about 1 year 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.
mongodb-elasticsearch-sync
bulletproof-nodejs
-
Boilerplate for API only product
If you are looking for a typescript one, I used the following boilerplate in one of my projects and it works fine and fast(after some improvements): https://github.com/santiq/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?
- Good code example of advanced CRUD project?
-
Clean and Basic Node.js Express.js template.
The express.js official website makes use of the express-generator library which is not bad but hasn't been updated since 2019. But personally, I build my folder structure based on Bulletproof node but I don't have as much library as the creator does at all but just focus on the overall folder structure
-
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/
-
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?
create-elasticsearch-dataset - Create a sample dataset for Elasticsearch with one command
nestjs-realworld-example-app - Exemplary real world backend API built with NestJS + TypeORM / Prisma
elasticsearch-js - Official Elasticsearch client library for Node.js
domain-driven-hexagon - Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included
mongoosastic - Index Mongoose models into elasticsearch automatically.
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.