Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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