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

https://github.com/mevdschee/laravel-todomvc


https://github.com/mevdschee/laravel-todomvc

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Laravel TodoMVC

Commands to get started

cat create.sql | sudo mysql
./artisan migrate
./artisan serve

Navigate to: http://127.0.0.1:8000