saurabhpxl / todo-task

Todo Task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo App

Build Status Total Downloads Latest Stable Version License

Installation

Clone the Repo:
git clone https://github.com/saurabhpxl/todo-task.git
cd todo-task
Install dependencies:
composer install
npm install
Configuration:
  1. Generate a key and copy paste it in
cp .env.example .env
php artisan key:generate
  1. Create a database and add configuration details in .env file

  2. Run migrations

php artisan migrate
Run app :
npm run dev && php artisan serve

About

Todo Task


Languages

Language:PHP 96.9%Language:Vue 2.4%Language:HTML 0.7%