kan-qi / UMLx

Analyze software architecture and generate insights about software development complexities, risks, and costs.
3 stars 0 forks source link

Create functions to track the backend apis that have been called #656

Open kan-qi opened 3 years ago

kan-qi commented 3 years ago

Create functions to track the APIs that users have called, including the following information:

userid (if they are logged in). ip address create an id for each api function. save the information to a collection in database.

extract information about users location based on IP.

You are open to use any frameworks that can help you to achieve this.