emr / backend-game

PHP 8 example project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend Game

This is the implementation of "Backend Game" project.

Installation

If you wish to change default configuration, copy .env.dev as .env.dev.local and edit the file.

Projects run on port 80 by default, if you need to change this, edit docker-compose.yml

Run docker containers:

docker-compose up

API Documentation

You can access detailed api documentation at http://localhost/api/v1. This page uses Swagger UI to visualize api specification defined in api_specification.yaml

About

PHP 8 example project


Languages

Language:PHP 96.5%Language:Shell 1.8%Language:Dockerfile 0.8%Language:HTML 0.8%