Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 437 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 437 Bytes

MERN stack application with all basic CURD functionalities

Live Demo

Click this link to see demo of client application View Demo.

Clone

git clone https://github.com/Abdul-Az/AuthTask.git

To run client

cd client 
npm install
npm start

To run server

cd server 
npm install
npm start

Run server and client in different terminals.