Skip to content

Lumen (Laravel Microframework) PHP Excersice with Vue

Notifications You must be signed in to change notification settings

xerardoo/rpg-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RPG-Toolkit

Setup Instructions

  1. Copy .env.example file and rename as .env
  2. Fill DB variables on .env file, put DB_DATABASE=rpgtoolkit
  3. Create database on mysql/mariadb CREATE DATABASE rpgtoolkit
  4. Open a new session on console and move to 'api' folder
  5. Run composer install
  6. Run tests vendor/bin/phpunit
  7. On console run migrations php artisan migrate and after run seeders php db:seed
  8. Execute web service php -S localhost:8081 -t public
  9. Open a new session on console and move to 'app' folder
  10. Run npm install
  11. Run npm run serve -- --port 8080
  12. Open a web browser http://localhost:8080

===========================================

API REST Documentation

About

Lumen (Laravel Microframework) PHP Excersice with Vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published