BroadbandTV Back-end challenge

tictactoe-api - API for Tic-Tac-Toe Game

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

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+

Built With

Share this project:

Updates