I am using Strapi for the backend CMS. I can use Apollo on the frontend with GraphQL to easily query from its generated endpoints based on the internal customizable schema.
Hosted here by Heroku
Auto-deploys when commits are pushed to the main branch.
I used this heroku buildpack to easily deploy this project from within my monorepo containing both backend & frontend
- https://medium.com/@shalandy/deploy-git-subdirectory-to-heroku-ea05e95fce1f
Remember to generate a .env
file locally for external services like Cloudinary, etc.