ssiva13 / simple-todo

It is a simple ToDo task creator app in Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple ToDo App

It is a simple ToDo task creator app

Prerequisites

  • PHP 7.2 or higher
  • Laravel
  • MySQL

Installation

  1. Clone this repository :

    $ git clone https://github.com/ssiva13/simple-todo.git
    
  2. CD into the project folder on your machine

    $ cd simple-todo
    
  3. Install the application database

    $ php artisan migrate
    
  4. Configure the .env file locally

  5. Run the application

    $ php artisan serve
    

Proceed to Test

Authors

Simon Siva - Simon Siva

About

It is a simple ToDo task creator app in Laravel


Languages

Language:PHP 75.7%Language:HTML 23.9%Language:Vue 0.5%