Skip to content

DanielBr98/crud-laravel-vue

Repository files navigation

CRUD Laravel + Vue.js

📋 CRUD(Create, Read, Update, Delete) Laravel with Vue.js

PrerequisitesTechnologiesAuthor

crud


Prerequisites

Before you begin, you will need to have the following tools installed on your machine: Git, MySQL, Node.js. Besides, it is good to have an editor to work with the code like VSCode

🎲 Running the Back End (server)

# Clone this repository
$ git clone <https://github.com/DanielBr98/crud-laravel-vue.git>

# Access the project folder on terminal/cmd
$ cd crud-laravel-vue

# Copy .env.example file to .env and edit database credentials there

$ composer install

$ php artisan key:generate

# Enable the MySQL connection and then run
$ php artisan migrate

$ npm install

$ npm run dev

# Access the project in the browser
$ php artisan serve

Technologies

The following tools were used in the construction of the project:

  • PHP
  • Laravel
  • MySQL
  • Vue.js
  • JavaScript
  • HTML
  • CSS
  • Bootstrap
  • XAMPP

Author

Daniel
Daniel Brasil 💥

Created by Daniel Brasil 👋🏽 Contact me!

Portfolio Badge Linkedin Badge Outlook Badge

About

CRUD Laravel with Vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages