/peru-pokemon-tournaments-api

An API to manage tournaments inscriptions and tournaments created

Primary LanguagePHP

Peru Pokemon Tournaments API

An API to manage tournaments inscriptions and tournaments created.

Installation

  1. Install docker with docker-compose
  2. Copy the .env.example to .env file
  3. Run docker-compose build
  4. Run docker-compose up
  5. Connect to database and import the tables using a backup, or run migrations.

Run tests

php artisan test