https://github.com/cross-solution/cms
strapi backend for cross-solution.de cross-solution/cross-solution.de
https://github.com/cross-solution/cms
strapi
Last synced: over 1 year ago
JSON representation
strapi backend for cross-solution.de cross-solution/cross-solution.de
- Host: GitHub
- URL: https://github.com/cross-solution/cms
- Owner: cross-solution
- Created: 2019-11-29T12:21:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T15:20:11.000Z (over 3 years ago)
- Last Synced: 2025-01-16T04:13:22.566Z (over 1 year ago)
- Topics: strapi
- Language: JavaScript
- Homepage: https://strapi.cross-solution.de:8443
- Size: 1.63 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend for the CROSS Solution Hompage
[strapi](https://github.com/strapi/strapi) app used by the [CROSS Solution Frontend](https://github.com/cross-solution/cross-solution.de)
## Install
```bash
git clone git@github.com:cross-solution/cms.git
cd cms
yarn
```
## Start
configure `.env`
```
SERVER=127.0.0.1
DATABASE_HOST=127.0.0.1
APP_HOST=127.0.0.1
```
## Start development
```bash
yarn develop
```