Admin Panel

The application has been created with MERN stack. It consists of an admin panel which shows the list of user along with a option to add a new user. The admin also has the ability to disable a user. There is a common login form for admin and the user.

1.Schema for the database table

Schema

2.How to run the project

1.cd server:- Go into the server directory
2.npm install:- Install all the dependencies
3.npm start:- Start the server
4.cd client:- Go into the client directory
5.npm install:- Install all the dependencies
6.npm start:- Start the client