Skip to content

rizqiwahyudi/todolist

Repository files navigation

ToDoList Project



How To Use

To use this App is very simple, you must run a simple syntax in terminal or command prompt.

Clone The Project

git clone https://github.com/rizqiwahyudi/todolist.git

Install The Project With Composer

composer install

Copy ".env.example" file to ".env"

cp .env.example .env

or you can copy the file in your File Manager.

Generate App_Key

php artisan key:generate

Initiate The Database Migration

php artisan migrate

or You can make the seed with the following command :

php artisan migrate --seed

NOTE : Make sure the web server and database are turned on before migration command

And Lastly, Run the server

php artisan serve

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

To Do List Task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published