- PHP >= 5.5.9: Can be downloaded from the PHP website
- Composer: Follow the instructions on the Composer website
- Any database system listed in the Laravel documentation
git clone https://github.com/osoc16/kleinpas-api.git
cd kleinpas-api
Copy the .env.example to .env and fill in the environment variables
cp .env.example .env
composer install
composer update
php artisan migrate
php artisan db:seed
php artisan serve
The application should now be running on your local machine. Look at localhost in a webbrowser to see which requests can be sent to the API.