Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emrecoban/strapi-pmtt
https://github.com/emrecoban/strapi-pmtt
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrecoban/strapi-pmtt
- Owner: emrecoban
- Created: 2023-04-26T17:02:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T17:02:18.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T22:07:49.701Z (9 months ago)
- Language: JavaScript
- Size: 490 KB
- Stars: 1
- Watchers: 2
- 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?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.