Skip to content

doradomiguel35/agile-manifesto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Agile-Manifesto

Installation requirements

  1. Composer
  2. NPM
  3. PHP

Technologies used

  1. Lumen (Backend)
  2. SQLite (DB)
  3. Vue (Frontend)

Backend Setup

cd am-backend

composer install
copy .env.example .env
php artisan key:generate
type nul > database/database.sqlite
php artisan migrate  
php artisan passport:install
php artisan db:seed --class=UserSeeder
php artisan db:seed

Frontend Setup

cd am-frontend

npm install

Run Lumen Backend

Please run on port 9000

php -S localhost:9000 -t public

Run Vue Frontend

npm run serve

Run Vue Jest Test

npm run test:unit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published