Earn time with this powerful, scalable and easy to config boilerplate.
npx create-aconcagua-app <projectname>
- Node v14.x
- MVCS pattern (Model > Route > Controller > Service)
- Classic NodeJS Dependences: Sequelize / Express / Cors / DotENV / HTTPERRORS
- esLint (airbnb config)
- Windows / Unix process platform rules
- Husky / Mocha
- Helpers: Success, Errors & Async Handler
- Github action to prevent "bypass errors"
{environment}/success
{environment}/error
sequelize model:generate --name User --attributes name:string,surename:string,date:date,mail:string
sequelize db:create
sequelize db:migrate
sequelize db:drop
Change the branches on the yaml file