Skip to content

KarimEzZat/Simple-Todo-laravel-vue-app

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published