A production ready Todos API server with JWT ( Access + Refresh ) token based User Authentication.
- Framework: Express
- Database: MongoDB (Primary) + Redis (Sessions)
- ODM: Mongoose
- Validation: Zod
- Logging: Morgan
- Runtime: NodeJS
pnpm install
pnpm start
pnpm build # or pnpm build --production for minified output