https://github.com/royanger/strapi
https://github.com/royanger/strapi
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/royanger/strapi
- Owner: royanger
- Created: 2023-07-03T17:02:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T17:02:46.000Z (almost 3 years ago)
- Last Synced: 2024-04-20T13:01:09.252Z (about 2 years ago)
- Language: JavaScript
- Size: 568 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: Strapi
description: A self-hosted version of Strapi using a Postgres database
tags:
- strapi
- postgresql
- cms
- javascript
---
# 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.