Skip to content

adjiebramantya/article-API

Repository files navigation

Article Microservice API and UI Template

  • First, Clone this repository and composer install.
composer install
  • copy .env and generate key :
cp .env.example .env
php artisan key:generate
  • Edit file .env add some text in :
DB_DATABASE=article
  • Run a migrate, choose "yes" if you not to make database yet. after that run a seeder:
php artisan migrate
php artisan db:seed
  • Next, run project with :
php artisan serve --port=8000

I think that all result of my test for Fullstack development. Thank you :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published