2 Repos
Pre-configured templates for quickly starting new API projects with a standard structure.
Distinguishing note: No candidate covers the concept of a reusable project template or boilerplate for APIs
Explore 2 awesome GitHub repositories matching web development · API Boilerplates. Refine with filters or upvote what's useful.
This project is a production-ready template for building RESTful APIs using Node.js and the Express web framework. It provides a pre-configured structure for backend services, integrating a MongoDB Mongoose ODM framework for data modeling and a token-based security system for managing user identity. The boilerplate distinguishes itself through automated API documentation generated via Swagger by parsing code comments. It implements a layered controller architecture and a middleware-based request pipeline to separate routing logic from business logic and security processing. The system covers
Offers a production-ready boilerplate with pre-configured architecture, security, and data modeling.
This project is a foundational server template built with NestJS designed for creating REST APIs and enterprise backend environments. It provides a pre-configured structure that integrates database connectivity, authentication, and common API services. The boilerplate includes a security system utilizing JSON Web Tokens and role-based access control to manage user sessions and restrict resource access. It supports internationalization for serving content in multiple languages and provides a containerized environment using Docker for consistent deployment. The framework covers a broad range o
Provides a pre-configured template for quickly starting new API projects with a standard NestJS structure.