https://github.com/tistaharahap/strapi
https://github.com/tistaharahap/strapi
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tistaharahap/strapi
- Owner: tistaharahap
- Created: 2023-11-02T15:45:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-19T14:18:10.000Z (12 months ago)
- Last Synced: 2025-01-13T06:25:44.715Z (5 months ago)
- Language: JavaScript
- Size: 374 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Strapi example
This example deploys self-hosted version of [Strapi](https://strapi.io/). Internally it uses a PostgreSQL database to store the data.
[](https://railway.app/new/template/strapi?referralCode=milo)
## ✨ 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.