Clone the project
git clone https://github.com/Pulkit007/Attendance-Management-SQL.git
Go to the project directory
cd Attendance-Management-SQL
Open the code Editor (preferred Visual Studio Code) and into the root folder run the below command
npm install
Then move to the client folder
cd client
and run the below command again
npm install
Then Start the Xampp/Wamp/Mysql server.
In the root folder run the command
cd ..
npm test
Then in the new terminal window run the following commands
cd client
npm start