Skip to content

MERN Boilerplate project along with Authentication, Swagger UI, and Sendgrid for email verifications.

License

Notifications You must be signed in to change notification settings

devsmranjan/MERN-Auth-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Versions

  • Node v13.12.0
  • npm v6.14.4

UI Library

  • React Boostrap

Available Scripts

In the project directory, you can run:

npm install

Install all dependencies.

npm run dev

Runs the app in the development mode.

.env file

Put the .env file at the root directory.

  • MONGO_URI=<"Your Mongo DB Url">
  • JWT_SECRET=<"Your JWT secret string">
  • SENDGRID_API_KEY=<"Your Sandgrid API Key">
  • SENDGRID_FROM_EMAIL=<"Email id, from which you want to send email">

Documentation

/api/docs