Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/naoyamiyagawa/cake4-practice

cake4 on docker
https://github.com/naoyamiyagawa/cake4-practice

Last synced: 20 days ago
JSON representation

cake4 on docker

Awesome Lists containing this project

README

        

# cake4-practice

## Environment

- web
- PHP 7.4
- CakePHP 4
- Apache
- db
- PostgreSQL

## Setup Environment

```bash
git clone [email protected]:NaoyaMiyagawa/cake4-practice.git
cd cake4-practice

cp .env.sample .env
vim .env

docker-compose up -d --build
```