A simple attendance tracking system developed using react,node and mongodb The repository contains frontend and backend of the system
-
Git clone the repo
git clone https://github.com/lugnitdgp/Attendancetracking.git
-
Start mongodb service on default port
- Go to the backend folder
cd backend
- Install all dependencies
npm install
- Run node server.js in backend folder
npm start
- Go to frontend folder
cd frontend
- Install all dependencies
npm install
- install http server if not installed already
sudo npm install http-server -g
- Run http-server
http-server
- Load the website in browser on specified port!