codeLabs-summer2021 / 3D-Model-World

A real world environment to place, view, and share all your 3D models.
https://3d-model-world.netlify.app/
2 stars 0 forks source link

Create a database to replace Local Storage #14

Open OmarShehata opened 3 years ago

OmarShehata commented 3 years ago

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.