ThatDev.Shparki

API Starter Kit

A production-ready Node.js API boilerplate with auth, logging, and testing.

api boilerplate backend

Overview

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Features

  • JWT authentication
  • Role-based access control
  • Request validation
  • Structured logging
  • Docker setup

Quick Start

git clone https://github.com/shparki/api-starter
cd api-starter
npm install
npm run dev