Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 905 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 905 Bytes
screenshot

todolist-vuejs-laravel

A todolist app with vue.js frontend and laravel backend

Demo

Installation

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

Contributing

Isaac Kojo Yeboah.