Skip to content

steveclifton/ArcheryOSA-v.3

Repository files navigation

ArcheryOSA

ArcheryOSA is a free and open source online scoring service for archers, clubs and organizations developed by seasoned archers.

Our goal is to create a platform that can be used by anyone to enable efficient and effective management of their events.

API Documentation

https://github.com/steveclifton/ArcheryOSA-v.3/blob/master/API.md

Server requirements

  • PHP >= 7.2
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

Local development environment setup

Windows

Mac OS

Set up development environment

  • composer install
  • Create .env file from .env.example
  • Migrate database tables
  • php artisan key:generate