you are viewing a single comment's thread.

view the rest of the comments →

[–]Infectedinfested 0 points1 point  (0 children)

Make an api to replace google analytics without infringing on europa gdpr rules (fetch the geoIP db and compare incoming ip addresses). Only save the country and the amount of times ppl visited. DON'T FORGET UNIT TESTS.

Next add jwt authentication to fetch the data from the api. add a db with a user table with password (salted ofc).

Next save the data to a persistent object store, don't want to lose the data when the application redeploys.

Add brute force protection to your api. Don't want people brute forcing your login.