###Campus Communication API
API for campus communication mobile and web app
##Build Instructions
- Clone the repository
- Run
composer install
in the home directory which will install all dependencies - Change .env.example to .env and run
php artisan key:generate
- Edit database parameters and GCM API Key in .env file
- Run
php artisan migrate
to run the migrations - Start the server with
php artisan serve