MERN app with authentication using JWTs

mern-auth

Minimal full-stack MERN app with authentication using JWTs.

Technology Stack:

  • Node js
  • Express Js
  • MongoDB
  • JWT
  • React

Usage

"/.env" update the values/settings to your own

Install Dependencies

// Install dependencies for server
npm install

// Install dependencies for client
// Go to frontend folder
cd frontend

// Install dependencies
npm install

Run App

// Run server
npm run

// for client
// Go to frontend folder
cd frontend

// Run
npm start

7