Skip to content

MERN crash course part - 1 - backend - Node, Express, Authentication, JWT, Middleware

Notifications You must be signed in to change notification settings

WebConceptsTamil/MERN-Part-1-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Registration System

MERN - Backend - Node, Express, Authentication, JWT, Middleware

Steps

  1. Clone the repo

  2. Create the .env file in the root folder and add the following variables MONGO_URI="mongodb://localhost:27017/mern" NODE_ENV=development JWT_SECRET_KEY=GhT89/ERrB2qw2

  3. Run the command npm install to install the dependencies

  4. To start the server use npm start or npm run dev which will start the server in the PORT 5000

About

MERN crash course part - 1 - backend - Node, Express, Authentication, JWT, Middleware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published