# TASK: AUTH-01-1-1 — Implement signup endpoint
Create POST /api/signup endpoint that accepts email and password, validates input,
hashes password with bcrypt, and stores user in database. Return JWT token on success.
Server ID: mN4r
Status: In Progress