Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 471 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 471 Bytes

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