what i'm trying to do is create a local database for user so when he adds an item to shopping cart it gets stored in there, and that database should be local and also unique for every user and basically it's based on they're Api_key so i was wondering what technologies should i use to create that database.
/// what i have tried to do
basically i tried storing the data's in localStorage of the browser but in this case it's no use.