DEV Community

Discussion on: How I build a School Website with "Strapi" CMS using Vanilla JS?

Collapse
 
alidhuniya profile image
Ali Hussain Dhuniya

I'm assuming you're new to the frontend or in general in programming. If this is the case then yes the school website frontend is hosted on netlify platform and strapi backend API is hosted on Heroku platform. In this architecture, the frontend and backend layer has separation which we called decoupled architecture, unlike WordPress site. Anyone can consume this strapi backend API. the same way you can use this API to build mobile,desktop app too