Express REST API boilerplate with JWT auth and SQL support
Node.js Express REST API boilerplate that implements JWT access/refresh authentication and configurable adapters for MySQL and PostgreSQL. It includes controllers, models, services, database migration/seed support, and environment-based configuration for development and production. Suited for building token-authenticated backend APIs that rely on relational databases.
0