Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 734 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 734 Bytes

Backend

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.

Publishing to Heroku

I used this heroku buildpack to easily deploy this project from within my monorepo containing both backend & frontend

Helpful links

- https://medium.com/@shalandy/deploy-git-subdirectory-to-heroku-ea05e95fce1f

Notes

Remember to generate a .env file locally for external services like Cloudinary, etc.