Alideveloper49 / node-mvc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%