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

https://github.com/leancloud/slim-todo-demo

LeanCloud todo demo for Slim PHP Framework
https://github.com/leancloud/slim-todo-demo

Last synced: about 1 year ago
JSON representation

LeanCloud todo demo for Slim PHP Framework

Awesome Lists containing this project

README

          

# LeanCloud todo demo for Slim PHP Framework

### Run the application in development

```bash
composer install
lean switch
lean up
# open http://localhost:3000 in your browser
```