Skip to content

Divyanshu723/NSS-Attendance-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • Other 0.8%