REST API Web application skeleton using Fano, Pascal web application framework
- Free Pascal >= 3.0
 - Web Server (Apache, nginx)
 - Fano Web Framework
 - Fano CLI
 
$ 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.
