Skip to content

Adesings/idea-app-laravel-vue

Repository files navigation

Idea app Laravel & VueJS

Aplicacion tipo todo list realizada en laravel y vuejs.

Screenshot

Screenshot-9.jpg

Installation

Clone repository

git clone https://github.com/Adesings/idea-app-laravel-vue.git

Make a copy of file .env.example

to start xampp or laragon, the one that you use by default

Create a new database

Configure in the. env file, the name of your database that you created previously, the user (default is root) and the password if you have

		
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=[database name]
DB_USERNAME=[username]
DB_PASSWORD=[your password]
		

Then run the command:

npm install

this will installed dependencies of node, and create a folder called node_modules in the project.

The next step is to run the command:

composer install

this command installed dependencies of composer and create a folder called vendor in the project.

run migrations, with the command:

php artisan migrate

running seeders

php artisan db:seed

run server

php artisan serve

Finished!

About

En que estas pensando?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages