/AuthTask

Primary LanguageJavaScript

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.