DEV Community

Discussion on: Lessons learned from building my company's sales and marketing platform in three months

Collapse
 
mcgurkadam profile image
Adam McGurk

Great question!!

It is all web based, and it's hosted on Google App Engine using Cloud SQL for database management.

For the frontend, it's just vanilla HTML/SCSS and TypeScript. No frontend frameworks used at all. For the backend it's all PHP connecting to that MySQL database. Only one small framework for the backend, but that's mainly for making the database connections and sanitizing data.