Skip to content

letecode/everything_api

Repository files navigation

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

About

Everything APi that you can use in any frontend App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published