go to api
folder and run npm install
to install all the modules.
cd api && npm install
go to api
folder and run npm start
to install all the modules.
cd api && npm start
go to client
folder and run yarn
to install all the modules.
cd client && yarn
go to client
folder and run yarn start
to install all the modules.
cd client && yarn start
For Admin Login use admin
as Id to enter the admin panel.
For Employee Login, use Employee Id which is assigned in the admin pannel to Login.
Please add some employees first from admin panel to check the login on Employee side.