An open API service indexing awesome lists of open source software.

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

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
```