Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debuss/strapi
https://github.com/debuss/strapi
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/debuss/strapi
- Owner: debuss
- Created: 2022-11-20T00:47:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T09:21:18.000Z (about 1 year ago)
- Last Synced: 2023-11-30T10:29:31.117Z (about 1 year ago)
- Language: JavaScript
- Size: 329 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.
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/strapi)
## ✨ 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.