For More Info Goto Wiki https://github.com/ab007shetty/eattendance/wiki
-
node.js https://nodejs.org/dist/v14.17.0/node-v14.17.0-x64.msi
-
python has to be installed, along with pip.
-
Download the repository and Extract It.
-
Install NPM packages, on the root Directory of project
npm install
-
Install Python packages
cd Py-Scrpits pip install -r requirements.txt
-
Start the express server from the root directory
npm start
-
Start the flask server from Py-scripts directory
python app.py