This is the API of the Restiloc mobile application.
Clone the repository
$ git clone https://github.com/Restiloc/apiInstall dependencies
$ npm install && composer installConfigure the environment variables
- DB_DATABASE=laravel
- DB_USERNAME=root
- DB_PASSWORD=
+ DB_DATABASE=laravel
+ DB_USERNAME=root
+ DB_PASSWORD=Setup encryption key
$ php artisan key:generateSeed the database
$ php artisan migrate:fresh {--seed}Run the tests using the following command
$ php artisan test- Vladimir Sacchetto alias @Vladimir9595
- Alizée Hett alias @Dinholu
- Alexis Henry alias @AlxisHenry