8000 GitHub - lostcause/todolist: Short and small todo list with Angular and Laravel.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lostcause/todolist

Repository files navigation

Todo list

To install the app:

  1. Create a database.
  2. Copy .env.example to .env and edit the database information as needed
  3. Run the following commands in a shell window:
composer install
php artisan key:generate
php artisan migrate
npm install
bower install
gulp

If you want to run the tests, modify the $baseUrl in /tests/TestCase.php to point to the correct location of this app URL, then run

./vendor/bin/phpunit

from a shell window.

About

Short and small todo list with Angular and Laravel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0