nehal2210 / mern-login-system-2022

This is a login system built using MERN stack. This was made for educational purpose / tutorial type project for youtube. Technologies used are React.js, Node.js, MongoDB, Express.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mern-login-system-2022

Complete login system with oauth and jwt.

This is a login system built using the MERN stack for educational purpose.

How to run this app

  1. Make sure you put your google oauth client id in the src/index.js folder.
  2. Make sure you have mongodb running on localhost or use a cloud provider

Install all the server/client npm packages npm install --save

Running the app client = npm start server = nodemon server.js

Demo of the app

About

This is a login system built using MERN stack. This was made for educational purpose / tutorial type project for youtube. Technologies used are React.js, Node.js, MongoDB, Express.

License:MIT License


Languages

Language:JavaScript 75.8%Language:CSS 15.9%Language:HTML 8.3%