Skip to content

joenio/tictactoe-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API for Tic-Tac-Toe Game

A small RESTful API to play Tic-Tac-Toe game written in PHP (yeah, I know, PHP is ugly, but...).

This project was made as part of the The VanHackathon event see file Challenge.md for details.

Good practices for PHP

Recommended environment for development and production

  • GNU/Linux Debian 9.0 "Stretch"
  • PHP 7.0.6

Install instructions

# apt-get install php composer php-sqlite3
$ composer install

Create database

$ vendor/bin/doctrine orm:schema-tool:create

Running (development environment)

$ php -S 0.0.0.0:8000

Running (production environment)

(pending)

Author

Joenio Costa joenio@joenio.me

License

GNU GPLv2+

About

A small RESTful API to play Tic-Tac-Toegame written in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published