A web app for management of entry and exit of visitor and host.
To run the project:
For Frontend:
go inside frontend folder.
Enter command -npm install
then enter -npm start
This will start frontend on port 3000.
Open http://localhost:3000 to view it in the browser.
For backend:
go inside backend folder.
Enter command -npm install
then enter -npm run server
This will start backend on port 8081.
Open http://localhost:8081/ to view it in the browser.
For Database:
Install MongoDB on the machine.
Run MongoDB on your machine.