REPOSITORY OVERVIEWLive repository statistics
★ 419Stars
⑂ 61Forks
◯ 11Open issues
◉ 419Watchers
79/100
OPENREPOHUB HEALTH SIGNALHealthy signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
90 Community adoption25% weight
50 Maintenance state20% weight
85 License clarity10% weight
100 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
try! resty.js, my newest node.js + express based framework. with controllers and middlewares built in.
nodejs-boilerplate
Clean Architecture for node.js projects
Folder Structure
src
│ main.ts # Application entry point
└───api # Express route controllers for all the endpoints of the app
└───config # Environment variables and configurations
└───loaders # Split the startup process into modules
└───models # TypeORM Entities
└───services # All the business logic is here
└───types # Type declaration files (d.ts) for Typescript
Getting Started
Step 1: Set up the Development Environment
You need to set up your development environment before you can do anything.
Install Node.js and NPM
Install
- Install all dependencies with
yarn install
Running in dev mode
- Run
yarn start
- The server address will be displayed to you as
http://0.0.0.0:3000
Building the project and run it
- Run
yarn build to generated all JavaScript files from the TypeScript sources.
- the builded app located in
dist.
Inspired by Bulletproof Node.js architecture with modificatins
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
A modern boilerplate for building scalable and maintainable REST APIs with JWT authentication, written in TypeScript. It features Docker, Express, Drizzle, and integrates Clean Architecture principles with Dependency Injection powered by Inversify.
70/100 healthRecently updatedActive repository
TypeScriptMIT#api#authentication#boilerplate#clean-architecture
⑂ 10 forks◯ 5 issuesUpdated 22 days ago
Full-stack boilerplate using Next.js (frontend) and Express (backend) with TypeScript and dependency injection via tsyringe. Features clean architecture, modular services, and API integration ready for production.
34/100 healthActive repository
TypeScriptNo license
⑂ 0 forks◯ 0 issuesUpdated Oct 17, 2025