Skip to content

Repository files navigation

NODE STARTER TEMPLATE

NODE-STARTER-TEMPLATE is backend application setup built on node js express framework. Hi, my name is shubham kashyap , I have created this project to setup and create the backend of MERN application. This application will help other developers to setup backend part of any applciation faster in MVC environment.

Important Info :

  • MAIL_FROM and MAIL_USER should be the same for successfull mail delivery confirms the authenticated email address is the one that application users recieves email from.
  • I have use express validator for validation purpose and facing a few problems with it. All rules are working fine but you are free to use any other validator packages whichever you may like

prerequisites

Basic knowledge of Node, Express, Sequelize, MYSQL

install dependencies

To start application server run npm intsall in the parent directory

Environment variables

Create .env file is not present and save the variables mentioned below in the file.

Essential variables

  • DB_HOST=
  • DB_USERNAME=
  • DB_PASSWORD=
  • DB_NAME=
  • PORT=
  • DB_TYPE=
  • MAIL_FROM=
  • MAIL_USER=
  • MAIL_PASSWORD=
  • AUTH_TOKEN=

fill each field with your info respectively , you can also declare and use additional variables as per your requirements

Author

Linkdin Click Here @ShubhamKashyap

About

Node starter template powered by sequelize ORM , mysql2 , express-validator , jwt and bcrypt.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages