KarimEzZat / Simple-Todo-laravel-vue-app

This is a simple Todo app built with laravel and vue js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is a simple Todo app built with laravel and vue js


Languages

Language:PHP 93.0%Language:Vue 4.6%Language:Shell 1.1%Language:JavaScript 0.8%Language:Blade 0.5%