Using a database will be more reliable and secure than using simple Local Storage. It will also allow the storage of more data.
Solution(s)
Set up a basic Postgres database, that'll have a table for a list of model names, location and meta data. Use Postgres because it is commonly used in geospatial applications, as it has additional plugins to help filter data by location.
Additional context
This database may later include info about user logins.
The Feature
Create and set up a database.
Why?
Using a database will be more reliable and secure than using simple Local Storage. It will also allow the storage of more data.
Solution(s)
Set up a basic Postgres database, that'll have a table for a list of model names, location and meta data. Use Postgres because it is commonly used in geospatial applications, as it has additional plugins to help filter data by location.
Additional context
This database may later include info about user logins.