|
|
|
|
|
by zaroth
2481 days ago
|
|
Yes, the user/client facing app is a separate website from the admin panel site. They share much of the same underlying data access and business logic code, but the screens that let you see all the clients, change SKUs, monitor billing, impersonate a user, generate reports, etc. just would not exist on the public-facing site. Underneath both sites/apps are talking to the same database(s). |
|