Larevel 실행

php artisan serve

Vue 실행

npm run deb

json-server실행

npx json-server --watch db.json -p 5002