Skip to content

iamserkanyilmaz/game-api-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game API Test Case

Requirements

  • PHP 8
  • Redis
  • Composer

Configuration

You can configure redis in the .env file.

Environment Variables

  • REDIS_HOST (default: 127.0.0.1)
  • REDIS_PORT (default: 6379)

Installation

You can run the code below to install the project setup.

composer install

Run

You can use the code below to run the server.

composer server

Tests

You can use the code below to run the tests.

composer test

API Documentation

Postman Documentation: https://documenter.getpostman.com/view/12629017/2s8YmSrg4K

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published