/node-mvc

MVC Architecture with Node.js using Express + MongoDB + JWT + Linter + Mail Helper

Primary LanguageJavaScript

REST API Node Base Architecture to start new projects

This project structure was made thinking in productivity and easy maintenance.

1. Express + MongoDB
2. StandardJS linter
3. Husky and Lint-Staged to check and fix code using StandarJS linter rules on pre commit
4. Routes protected with Jwt authentication
5. JWT Helper to generate and check tokens
6. Mail Helper to send mails