Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deep-codes/strapi
https://github.com/deep-codes/strapi
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deep-codes/strapi
- Owner: Deep-Codes
- Created: 2023-01-23T17:16:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T17:16:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T13:26:18.837Z (27 days ago)
- Language: JavaScript
- Size: 471 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.