Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaom00/strapi
https://github.com/joaom00/strapi
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joaom00/strapi
- Owner: joaom00
- Created: 2023-10-24T13:50:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T08:03:10.000Z (6 months ago)
- Last Synced: 2024-05-03T13:17:58.021Z (6 months ago)
- Language: JavaScript
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- 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.
[![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.