Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
/ Dart-WebApp Public archive

Play darts with friends who don't even live near you on soft dart board.

Notifications You must be signed in to change notification settings

BlubberLounge/Dart-WebApp

Repository files navigation

📝 About Dart-WebApp 🎯

Play darts with friends who don't even live near you on soft dart board.

🏆 Goals of this Project

  • Track Player Scores
  • User/Player Management
  • Automatic point detection via custom Hardware

💭 Future ideas

  • Fill section Future Ideas

👪 Contributing

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque nisl eros, pulvinar facilisis justo mollis, auctor consequat urna. Morbi a bibendum metus. Donec scelerisque sollicitudin enim eu venenatis. Duis tincidunt laoreet ex, in pretium orci vestibulum eget. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis pharetra luctus lacus ut vestibulum. Maecenas ipsum lacus, lacinia quis posuere ut, pulvinar vitae dolor. Integer eu nibh at nisi ullamcorper sagittis id vel leo. Integer feugiat faucibus libero, at maximus nisl suscipit posuere. Morbi nec enim nunc. Phasellus bibendum turpis ut ipsum egestas, sed sollicitudin elit convallis. Cras pharetra mi tristique sapien vestibulum lobortis. Nam eget bibendum metus, non dictum mauris. Nulla at tellus sagittis, viverra est a, bibendum metus.

How to install (Development)

  1. Clone this repo

    git clone https://github.com/BlubberLounge/Dart-WebApp.git Dart-WebApp
  2. Install all dependencies

    composer install
  3. Copy .env.example, Paste and Rename to .env. Create Database conenction. Configure as needed.

    Default DB config
    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=dart_webapp
    DB_USERNAME=root
    DB_PASSWORD=
  4. Start the Development Server

    php artisan serve

♥️ Thanks to

✌️ Other

Licensed under the MIT license.

Releases

No releases published