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
- Host: GitHub
- URL: https://github.com/leancloud/slim-todo-demo
- Owner: leancloud
- Created: 2016-05-03T07:56:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T09:38:11.000Z (over 5 years ago)
- Last Synced: 2025-01-09T10:33:01.437Z (about 1 year ago)
- Language: HTML
- Size: 74.2 KB
- Stars: 8
- Watchers: 30
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```