mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 19:53:21 +02:00
44 lines
614 B
Markdown
44 lines
614 B
Markdown
# GohCMS
|
|
|
|
## 🚧 This project is under development !
|
|
|
|
The features are not complete, not fully tested and subject to many changes.
|
|
|
|
## Setup
|
|
|
|
Don't forget to setup the [Environment variables](#environment-variables)!
|
|
|
|
### Use with Docker
|
|
|
|
To **run** the app, run the command
|
|
|
|
```shell
|
|
docker-compose up
|
|
```
|
|
|
|
### Build and run it yourself
|
|
|
|
TODO
|
|
|
|
### Environment variables
|
|
|
|
- ./env:
|
|
|
|
```
|
|
APP_API_ADDRESS=http://example.com
|
|
APP_FRONT_ADDRESS=http://example.com
|
|
APP_BASE_API_PATH=/example
|
|
APP_BASE_FRONT_PATH=/example
|
|
APP_API_PORT=1234
|
|
APP_FRONT_PORT=1234
|
|
APP_JWT_SECRET=secret
|
|
```
|
|
|
|
## API Usage
|
|
|
|
TODO
|
|
|
|
## Demo
|
|
|
|
TODO
|