feat(*): Complete MongoDB to Supabase migration cleanup

This commit is contained in:
Josh Creek
2025-07-26 23:13:11 +01:00
parent c063e9d2cd
commit 852c6c3f34
12 changed files with 18 additions and 366 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ You can preview the production build with `npm run preview`.
The app is hosted on [Netlify](https://www.netlify.com/) at [pokedex.jcreek.co.uk](https://pokedex.jcreek.co.uk/).
The Pokédex data is stored in a [MongoDB](https://www.mongodb.com/) database hosted on [MongoDB Cloud](https://cloud.mongodb.com/).
The Pokédex data is stored in a [Supabase](https://supabase.com/) database.
User authentication is handled by [Supabase Auth](https://supabase.com/auth).