Skip to content

zamronypj/fano-api

Repository files navigation

Fano Web Framework REST API Skeleton Application

REST API Web application skeleton using Fano, Pascal web application framework

Requirement

Setup

$ git clone https://github.com/fanoframework/fano-api.git --recursive
$ cd fano-api
$ ./tools/config.setup.sh
$ ./build.sh
$ sudo fanocli --deploy-cgi=api.fano

Open Internet Browser and visit http://api.fano, you should get {"Hello": "world"} printed in browser.