Skip to content

IbrahimShamma99/Register-Login-React-Node-Fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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