# Install Dependencies
composer install
# Run Migrations
php artisan migrate
# Import Articles
php artisan db:seed
# Add virtual host if using Apache
# If you get an error about an encryption key
php artisan key:generate
# Install JS Dependencies
npm install
# Watch Files
npm run watchGET api/articlesGET api/article/{id}DELETE api/article/{id}POST api/article
title/bodyPUT api/article
article_id/title/body