Skip to content

NodeJS Express MySQL boilerplate. It is helpful for MERN MEAN MEVN stacks, view folder is "client" from root.

Notifications You must be signed in to change notification settings

aminjonshermatov/express-mysql-boilerplate

Repository files navigation

Express MySQL boilerplate

Simple boilerplate with jwt, hash password using bcrypt and auth middleware

Endpoints:

  • ./api/auth/register
  • ./api/auth/login

Before start don't forget to create .env file in root folder. Requirements for .env file:

  • PORT
  • NODE_ENV
  • SECRET_KEY
  • HOST
  • USER
  • PASSWORD
  • DB

About

NodeJS Express MySQL boilerplate. It is helpful for MERN MEAN MEVN stacks, view folder is "client" from root.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published