Files
archived-starters/examples/strapi/README.md
2021-09-24 09:28:08 -04:00

1.2 KiB

title, description, tags
title description tags
Strapi A self-hosted version of Strapie using a Postgres database
strapi
postgresql
cms
javascript

Strapi example

This example deploys self-hosted version of Strapi. Internally it uses a MySQL database to store the data.

Deploy on Railway

Features

  • Strapi
  • Postgres

💁‍♀️ How to use

  • Click the Railway button 👆
  • Add the environment variables
    • If you do not add the Cloudinary related environment variables, your images/files will not be persisted between deploys.

📝 Notes

  • After your app is deployed, visit the /admin endpoint to create your admin user.
  • Railway's filesystem is ephemeral which is why any changes to the filesystem are not persisted between deploys. This is why, this example uses Cloudinary for storage.