A todolist app with vue.js frontend and laravel backend
To run this locally, you'll need to clone the repository and install the dependencies:
- cd into your directory
- run
composer install
- run
php artisan key:generate
- run
php artisan migrate
- run
php artisan db:seed
- run
npm install
- run
npm run dev
- run
php artisan serve
- open browser and go to
http://localhost:8000
- make sure you edit
.env.example
file - edit
.env
and configure your database connection