Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 376 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 376 Bytes

ChuCooBlog-php

API Doc

https://hackmd.io/s/H1ct7kemW#

Setup running environment

  1. clone this repo
    1. set your webserver(eg: apache, nginx, ...) root to public in repo folder
      or
    2. at repo root use php -S localhost:8000 -t public to start a develop server listen on localhost port 8000 (DO NOT USE AT PRODUCTION SERVER)