Skip to content

Ribas160/shinobi

Repository files navigation

Description

Simple CRUD application.

The application is only available to users with Israeli IP addresses.

Installation

Clone repository

git clone https://github.com/Ribas160/shinobi.git

Install dependencies

composer update
npm install

Create .env file and configure your environment variables

cp .env.example .env

Generate app key

php artisan key:generate

Run migrations

php artisan migrate

Run tests

php artisan test

Seed database

php artisan db:seed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published