Built using the Laravel framework.
The Takeoff app allows administrators track individuals progress and awards.
See the application in action by visiting the home page.
To install this application please refer to the official Laravel website.
Welcome to the project. Start by installing the necessary repo dependencies:
# Front-End Setup
$ yarn
# Back-End Setup
$ composer install
# Database Setup
$ php artisan migrate:fresh --seed
# Passport Setup
$ php artisan passport:keys
# Passport Client Setup
$ php artisan passport:client --personal
# Testing Credentials:
$ email: [email protected]
$ password: password
Learn more about Yarn or Composer.
The Takeoff app is open-sourced software licensed under the
GNU General Public License v3+. A copy can be found in the COPYING file.
The Laravel framework is open-sourced software licensed under the MIT license.