Skip to content

daenuli/joybox

Repository files navigation

Installation

Clone the repository.

git clone https://github.com/daenuli/joybox.git

Switch to the repository folder.

cd joybox

Use the package manager composer to install required packages.

composer install

Create new database.

mysql -u root -p -e'create database joybox'

Copy the example env file and changes config in the .env file.

cp .env.example .env

Run database migration

php artisan migrate

Seed database to get user account

php artisan db:seed

Run development server

php -S localhost:8000 -t public

Run unit test

vendor/bin/phpunit

Access development server at http://localhost:8000

Access API Documentation at http://localhost:8000/api/documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published