Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 538 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 538 Bytes

NSS Attendance System

Run Locally

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