/laravel-5-and-vuejs-api

A repo showing how to create a backend API using Laravel 5.5 and create a front-end using Vuejs where we fetch data from the backend via an api

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

laravel-5-and-vuejs-api

A repo showing how to create a backend API using Laravel 5.5 and create a front-end using Vuejs. Basically data is fetched from the backecnd using laravel API. The data is a list of articles created randomly by seeding the database

Requirements and Technologies used

  • Bootstrap 4 CSS framework
  • Laravel 5.5 PHP framework
  • Vuejs JavaScript feamework
  • Nodejs MUST be installed inyour computer

Installation

  • Clone the folder.
  • Import the file called articles-api-sql into your localhost. This is the database of the app
  • Configure your .env file
  • Run composer install
  • Run php artisan key:generate
  • Run npm install

License

This program is free software published under the terms of the GNU Lesser General Public License.
You can freely use it for commercial and non-commercial projects.