UNPKG

setup-mern

Version:

A CLI tool to generate a MERN backend boilerplate in seconds!

17 lines (12 loc) 329 B
# MERN Backend Boilerplate A boilerplate for MERN stack backend development. ## Features - User authentication (JWT) - CRUD operations for users and posts - Error handling and request validation - Environment variable configuration - Docker support ## Usage 1. Install dependencies: ```bash npm install