You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users data are currently saved into multiple JSON files. It could be improved by implementing a true database.
This could be done using supabase, which includes free allowance.
Task description
Users data are currently saved into multiple JSON files. It could be improved by implementing a true database.
This could be done using supabase, which includes free allowance.
Validation criteria
Databaseclass to manage supabase database. This can be done via their REST API or by using their python SDK.