All Projects → inadarei → Nodebootstrap

inadarei / Nodebootstrap

Licence: mit
NodeBootstrap - generates skeleton project for Node/Express.js with pre-configured best-practices. Kick-start your Node project development with tons of boilerplate taken care of, such as: clustering, Docker-support, database migrations, automated testing, error-handling, modularity, advanced logging, templated views, environments etc.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Nodebootstrap

Opengl cmake skeleton
❤️ A ready to use cmake skeleton using GLFW, Glew and glm. 👍
Stars: ✭ 118 (-83.31%)
Mutual labels:  example, template
Eshoponcontainersddd
Fork of dotnet-architecture/eShopOnContainers in full DDD/CQRS design using my own patterns
Stars: ✭ 126 (-82.18%)
Mutual labels:  microservices, example
A Good Readme Template
A template to make good README.md
Stars: ✭ 196 (-72.28%)
Mutual labels:  example, template
Simple Mvp Retrofit Example
A simple example of a project using MVP architecture and Retrofit 2.0 library for Android for beginners.
Stars: ✭ 70 (-90.1%)
Mutual labels:  example, template
Flasksaas
A great starting point to build your SaaS in Flask & Python, with Stripe subscription billing 🚀
Stars: ✭ 412 (-41.73%)
Mutual labels:  bootstrap, template
Expo Three Demo
🍎👩‍🏫 Collection of Demos for THREE.js in Expo!
Stars: ✭ 76 (-89.25%)
Mutual labels:  example, template
Examples
Demo applications and code examples for Confluent Platform and Apache Kafka
Stars: ✭ 571 (-19.24%)
Mutual labels:  microservices, example
Phint
Interactively scaffolds and init new (or fixup old) PHP project/library with sane defaults using templates in no time
Stars: ✭ 89 (-87.41%)
Mutual labels:  scaffolding, bootstrap
Go Api Boilerplate
Go Server/API boilerplate using best practices DDD CQRS ES gRPC
Stars: ✭ 373 (-47.24%)
Mutual labels:  microservices, bootstrap
Go Micro Boilerplate
The boilerplate of the GoLang application with a clear microservices architecture.
Stars: ✭ 147 (-79.21%)
Mutual labels:  microservices, example
Suicrux
🚀 Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (+35.5%)
Mutual labels:  example, template
React Native Meteor Boilerplate
Stars: ✭ 637 (-9.9%)
Mutual labels:  example, template
Ansible Skeleton
The skeleton to create new ansible roles.
Stars: ✭ 5 (-99.29%)
Mutual labels:  example, template
Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (-83.45%)
Mutual labels:  example, template
Generate
A new command line tool and developer framework for scaffolding out GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.
Stars: ✭ 238 (-66.34%)
Mutual labels:  scaffolding, template
Play Scala Rest Api Example
Example Play Scala application showing REST API
Stars: ✭ 227 (-67.89%)
Mutual labels:  example, template
Template Micro Service
Scaffolding out a micro-service
Stars: ✭ 12 (-98.3%)
Mutual labels:  scaffolding, template
Sao
⚔ Futuristic scaffolding tool
Stars: ✭ 966 (+36.63%)
Mutual labels:  scaffolding, template
Todomvc Ddd Cqrs Eventsourcing
Implementation of basic Todo app via tastejs/todomvc in C#/Typescript with eventsourcing, cqrs, and domain driven design
Stars: ✭ 134 (-81.05%)
Mutual labels:  microservices, example
Sing App Vue Dashboard
Vue.js admin dashboard template built with Bootstrap 4.5
Stars: ✭ 482 (-31.82%)
Mutual labels:  bootstrap, template

NodeBootstrap

NPM Version Github Link Docker Hub Link TravisCI Build Status Codacy Badge FOSSA Status

Organize your Node project like a pro. Now supports a Microservice mode!

Right out of the gate N.B. gets a [metric] ton of boilerplate taken care of: microservice-style setup, clustering, Docker-support, database migrations, automated testing, error-handling, modularity, advanced logging, templated views, environments – you name it. And all of that without having to deal with a heavy or an opinionated framework!

Install Microservice

To learn more: http://nodebootstrap.io

Join the chat at https://gitter.im/inadarei/nodebootstrap

If you like Nodebootstrap, also check out: Microservices Workspace project to see how you can orchestrate multilingual (polyglot) microservices setup as a holistic and simple development environment.

Examples:

  # create a skeleton of a containerized microservice:
  > nodebootstrap ms-first
  # create a skeleton of an express MVC webapp:
  > nodebootstrap -m webapp nodeapp-first
  # create a skeleton of a console or client Node application
  > nodebootstrap -m cli client-first

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].