Clone the project
git clone https://github.com/Divyanshu723/NSS-Attendance-System.git
Go to the project directory
cd NSS-Attendance-System
Install dependencies
Step1: (To run frontend and backend concurrently)
cd NSS-Attendance-System
npm install
Step 2:
cd frontend
npm install
cd..
Step3:
cd backend
npm install
cd..
Step 4: (To run on local server)
npm run dev