Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 514 Bytes

File metadata and controls

44 lines (29 loc) · 514 Bytes

everything_api

Everything APi that you can use in any frontend App

Installation

Clone de project and

cd everything_api

install packages

composer install

copy env.exemple to .env

copy .env.example .env

use sqlite or update DB credentials to fit your needs

DB_CONNECTION=sqlite
# DB_HOST=127.0.0.1
# DB_PORT=3306
# DB_DATABASE=laravel
# DB_USERNAME=root
# DB_PASSWORD=

migrate the migrations

php artisan migrate

Test the /api/v1/items