Skip to content

kevinmulugu/laravel-vuejs-todolist

Repository files navigation

Laravel Vue.js TodoList Web Application

This is a Web Application leveraging on Vue.js and Laravel to create SPA(Single Page Application) application.

The following must be installed and available on your terminal:

Screenshots

Empty List With Items
Empty list Full list
Edit Modal Full list
With edit modal With edit modal

INSTALLATION GUIDE

  1. Clone the project git clone https://github.com/mulugu/laravel-vuejs-todolist.git
  2. cd to the project and run composer install on the terminal to install php dependencies
  3. copy the .env-example file to .env file
  4. Create a Mysql database and edit the .env to reflect your connections as follows:
    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=dbname
    DB_USERNAME=myuser
    DB_PASSWORD=mypass
  5. Migrate your migrations: php artisan migrate
  6. Generate application encryption key: php artisan key:generate
  7. Run npm install && npm run dev to install node.js dependencies
  8. Start your development server and start testing the web app. php artisan serve --port 8080
  9. Congratulations if you made it!

Need helps? Reach me out

Email: [email protected]

Twitter: @kevvoh_

Linkedin: Kevin Mulugu

All the best 🍺

Releases

No releases published

Packages

No packages published