This is a boilerplate project for an quick and lean nodejs server base on Express.
- the project contains basic and useful packages such as:
- database connectors to mysql (with multiple pool connections) & mongoDB(with an easily extended baseClass).
- secure your api with helmet, express-rate-limit, json web token, etc.
- sending emails with nodemailer.
- wrapper for creating crons easily.
- .env files for different environments.
- manage and whitelist CORS by environment
- ready user management and permissions for both Mysql & MongoDB.
- extensible swagger Api, spec and definitions.
Install dependencies.
npm i
Then using Nodemon
nodemon
Please install Node with npm.
This project is licensed under the MIT License