https://github.com/karimezzat/simple-todo-laravel-vue-app
This is a simple Todo app built with laravel and vue js
https://github.com/karimezzat/simple-todo-laravel-vue-app
blade-template css3 html5 laravel laravel9-vue3 php8 vuejs
Last synced: 3 months ago
JSON representation
This is a simple Todo app built with laravel and vue js
- Host: GitHub
- URL: https://github.com/karimezzat/simple-todo-laravel-vue-app
- Owner: KarimEzZat
- Created: 2023-01-09T22:04:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T23:13:06.000Z (over 2 years ago)
- Last Synced: 2025-01-08T03:44:02.297Z (5 months ago)
- Topics: blade-template, css3, html5, laravel, laravel9-vue3, php8, vuejs
- Language: PHP
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Todo App (Vue + Laravel 9)
## Setup
- open the project directory in your terminal.
- type command cp .env.example .env
- create databases
Then type the commands below
- composer install
- php artisan optimize:clear
- php artisan key:generate (generate app key)
- php artisan migrate
- npm install
- npm run dev
- open anothe terminal tab and write command : php artisan serve
## ScreenShot