Hacker News new | ask | show | jobs
by vajenetehais 2482 days ago
Could you elaborate about the architecture? I'm really interested in learning this.

At which level the interface between admin panel and apps is? Is it a dedicated app for the admin panel and just a front end to an AD or database? Like there is no real admin panel on the app itself.

1 comments

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).