Hi Im asking for some help and guidance for the following (solo project)
FE - Angular | BE - NestJs | DB - PostgreSql I even coded my auth (jwt token, encription, password hashing etc) but im fine with changing my auth with supabases
A little bit about the app (im trying to keep it as short as possible) Works as following: - we have vendors that sign up, and wait for approval - we have an admin only route where the admins approve/reject the vendors - vendors then have access to their own route where they "manage" their data (simple forms), a calendar/planner, media upload (limited to 15HQ images per vendor)
- standard users have a landing page where the vendors are exposed and they have options to pick which ones they want and its saved in a small cart like table, so they can then use that vendor list for their own planning (im being carefull with lazy loading / pagination and other optimizations so that i dont have a request that calles for ex. 1000 vendors with all their public data and all images all at once etc)
that is basically it, no transactions no nothing
And I dont have the knowledge to setup it up all to work since I never did this before, its my first time doing a solo project like this And I hope Angular and NestJs arent a problem for supabase
Oh and one more thing, the app will ocassionaly send emails so we need something that supports an email sending service
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.