Skip to content

CheesecakePHP/Cheesecake

Repository files navigation

Cheesecake

A Rest API Framework written in PHP 7.4

Installation

via Composer

Open a terminal and go to the desired directory. Then command

composer create-project cheesecake/cheesecake [your project name]

Usage

Install Docker and then open a terminal and point to the directory of your project. Then command

docker-compose up -d

Cheesecake is then working at http://localhost:3000