cheesecake/cheesecake

REST API Framework written in PHP

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Dockerfile

Type:module

1.0.8 2021-01-04 00:37 UTC

This package is auto-updated.

Last update: 2024-05-04 08:37:26 UTC


README

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