Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T23:13:06.000Z (almost 2 years ago)
- Last Synced: 2023-07-13T10:28:01.402Z (over 1 year ago)
- Topics: blade-template, css3, html5, laravel, laravel9-vue3, php8, vuejs
- Language: PHP
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- 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