Skip to content

kusiu/brandnewstory

Repository files navigation

Brand New Story task

Requirements

  • Git
  • Composer

Installation

  • Clone the project
  • Copy env file
    • cp .env.example .env
  • Install project dependencies
    • composer install
  • Install sail
    • ./vendor/bin/sail up
  • Run migration
    • ./vendor/bin/sail artisan migrate
  • Seed DB
    • ./vendor/bin/sail artisan db:seed
  • API
    • Users: http://localhost:8001/api/users
  • Run tests
    • ./vendor/bin/sail test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published