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:
Empty List | With Items |
---|---|
Edit Modal | Full list |
- Clone the project
git clone https://github.com/mulugu/laravel-vuejs-todolist.git
cd
to the project and runcomposer install
on the terminal to install php dependencies- copy the
.env-example
file to.env
file - 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
- Migrate your migrations:
php artisan migrate
- Generate application encryption key:
php artisan key:generate
- Run
npm install && npm run dev
to install node.js dependencies - Start your development server and start testing the web app.
php artisan serve --port 8080
- Congratulations if you made it!
Need helps? Reach me out
Email: kevinmulugu@gmail.com
Twitter: @kevvoh_
Linkedin: Kevin Mulugu
All the best 🍺