Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

sample init todo app

Pre-release
Pre-release
Compare
Choose a tag to compare
@lduboeuf lduboeuf released this 15 Dec 10:06
· 39 commits to master since this release

#install
download the zip file, make sure you have php>=5.5 and sqlite php pdo extension installed
#run
in the project directory:

php -S 127.0.0.1:8080 -t . api/app.php

#see
go to http://127.0.0.1:8080 in your favorite browser