7
MERN app with authentication using JWTs
Minimal full-stack MERN app with authentication using JWTs.
- Node js
- Express Js
- MongoDB
- JWT
- React
"/.env" update the values/settings to your own
// Install dependencies for server
npm install
// Install dependencies for client
// Go to frontend folder
cd frontend
// Install dependencies
npm install
// Run server
npm run
// for client
// Go to frontend folder
cd frontend
// Run
npm start
Github Repo : https://github.com/saidMounaim/mern-auth
7