How do you manage your SaaS?
Naveen MC
2 replies
Hello Everyone,
I'm curious to know how you guys handle your SaaS backend. Like managing users, user logs, their usage etc.
Do you have some sort of custom dashboard for it?
or directly Edit in Production Database?
Replies
Shubham khapra@shubham_khapra
We can create different env for managing the backend.
and make two data base, first is used for testing and second is used for productions.
Share