I am working on human resource management system. The frameworks used for frontend is Angular and for backend development I am using ASP.NET, the database is SQL Server.
In the frontend, there is button to get attendance of user as check-in button. When the onclick
of the check-in button happens, I need to get the location of the user and save it. And also there is a mobile also for the hrm system which is developing by using flutter.
I need to know how to do it. Is it a fully frontend task or is it a combination of both? Guide me how to do it. Thank you!
I am trying to find method, but I didn’t find any proper method to implement it.