A minimal and clean Node.js + Express starter template to kickstart API development with ease.
-
🔐 User Authentication
- Login & Register
- Access & Refresh Tokens (JWT-based)
-
🛡️ Authorization
- Simple Role-based Access Control (RBAC)
-
🧰 Developer-Friendly
- Simple and easy-to-understand project structure
- Quick API prototypes
- Learning backend basics with auth
- Starting a solid backend foundation
git clone https://github.com/your-username/express_node_template.git
cd express_node_template
cp .env.example .env
npm install
npm start