chinmaymahajan / Registration-and-Login-using-MERN-stack

Simple Registration and Login component with MERN stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple User Registration and Login functionality with React, NodeJs, ExpressJs and MongoDB

Login Screen

Login screen

Sign up Screen

Sign up screen

UI

In the project directory, you can run:

Quick Start

// Install dependencies
npm install or yarn install

//start the client
npm start or yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

API

Checkout to api directory then you can run:

nodemon server

Runs the node server and page will reload if you make any edits

Database

brew services start mongodb

This will start the mongodb service

mongod --port 27018

Runs mongod on 27018 port

About

Simple Registration and Login component with MERN stack

License:GNU General Public License v3.0


Languages

Language:JavaScript 94.6%Language:CSS 3.2%Language:HTML 2.2%