Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 421 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 421 Bytes

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