# 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 TODO (or is it...) ### Build and run it yourself TODO ### Environment variables | Name | Type | Description | Comment | |-------------|--------|---------------------------------------|-----------------------------------------| | PORT | int | The port the API will use | required | | ENVIRONMENT | string | The environment the API is running in | required, `development` or `production` | ## API Usage TODO ## Demo TODO