kamilcraft-api/README.md
2022-04-19 01:44:14 +02:00

23 lines
256 B
Markdown

# KamilCraftApi
API for kamilcraft.com projects
## Installation
### Required
* PHP 8.0 or later
* Composer 2.3.x or later
### Installation of dependencies
```shell
composer install
```
## Launching
```shell
php -S localhost:80 public/index.php
```