Best laravel framework open-source packages.

Api

🌍 Restiloc API REST
Updated 10 months ago

logo

Restiloc

Restiloc API built with Laravel

Documentation Β»


πŸ“” Summary

🌟 About the project

This is the API of the Restiloc mobile application.

πŸ‘Ύ Techs

Laravel Shell

🧰 Getting Started

βš™οΈ Setup

Clone the repository

$ git clone https://github.com/Restiloc/api

Install dependencies

$ npm install && composer install

βš™οΈ Configuration

Configure 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:generate

Seed the database

$ php artisan migrate:fresh {--seed}

πŸ§ͺ Tests

Run the tests using the following command

$ php artisan test

πŸ‘‹ Contributors

(back to top)

Tags rest rest api