# 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