-
Updated
Jan 24, 2021 - TypeScript
{{ message }}
NestJs Boilerplate. Authentication (OAuth2), Mongoose, MongoDB , Configuration, Multi Languages (i18n), etc. Advance Example
A modern nodejs api boilerplate with typescript
A boilerplate for TypeScript + Node Express + Apollo GraphQL APIs.
REST API using Node with typescript, KOA framework. TypeORM for SQL. Middlewares JWT (auth), CORS, Winston Logger, Error, Response
template for develop api in expressjs
Boilerplate Code - Nodejs, Laravel and Flask starters
A Boilerplate for your Node application.
codebase / boilerplate with design pattern DDD + CQRS based on nodejs
node-express-starter is an Opinionated Boilerplate for Node.js
Ongoing
Minimalist boilerplate for NODEJS, designed for vertical and horizontal scalability.
Alderaan Boilerplate is a NodeJS boilerplate.
Boilerplate repo for connecting AWS Lambda & API Gateway to a MySQL database using the Serverless Framework.
A boilerplate for Django web applications
A simple node boilerplate using express.js, mongodb with the help of mongoose, http-server, JWT (for authentication) and etc.
Express generator boilerplate with Babel, ESLint Airbnb, SASS and Twig support.
It is a starter boilerplate for node applications with ES6 support and authentication which includes local email and password authentication.
I am opensourcing my Node.js boilerplate that i have been working over the years.(Medium article soon). It is following some of the best practices in programming with node.
An opinionated boilerplate for Nodejs API using fastify framework.
multi-tenant MERN architecture
TypeScript NPM Module Boilerplate
Node JS Boiler Plate with basic routing, in memory cache, logging, and template.
A boilerplate for Node.js web applications
Simple web scrapper using Google Puppeteer. Scrape/crawl weather and news data from different websites.
Add a description, image, and links to the boilerplate-node topic page so that developers can more easily learn about it.
To associate your repository with the boilerplate-node topic, visit your repo's landing page and select "manage topics."
Nowadays we got a problem we should to deal with:
When i need to apply my updates on backend i should rebuild my project by manually typing simple cli command, like
yarn dev, or smthng. It would be nice if i used to do nothing when i update my backend source code. Packages like nodemon can solve this propblem.So at the point of this issue we should improve
dev modeand add auto-rebuild wh