Skip to content

REST JSON API of users articles. Develped using Laravel 5.5. Tested with according unit and acceptance tests (PhpUnit/Behat).

Notifications You must be signed in to change notification settings

antonio30111988/LaraArticlesAPI

Repository files navigation

LaraArticlesAPI

REST JSON API of users articles. Develped using Laravel 5.5. Tested with according unit and acceptance tests (PhpUnit/Behat).

Setup to get the API up and running. Create the database (and database user if necessary) and add them to the .env file.

DB_DATABASE=db_name DB_USERNAME=db_user DB_PASSWORD=db_password

On your command-line type:

$composer install $ php artisan migrate $php artisan db:seed $ php artisan serve

App URL on: http://localhost:8000

Thanks for your time.

About

REST JSON API of users articles. Develped using Laravel 5.5. Tested with according unit and acceptance tests (PhpUnit/Behat).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages