项目作者: zamronypj

项目描述 :
Example REST API web application using Fano web framework
高级语言: Pascal
项目地址: git://github.com/zamronypj/fano-api.git
创建时间: 2018-11-01T22:09:10Z
项目社区:https://github.com/zamronypj/fano-api

开源协议:GNU General Public License v3.0

下载


Fano Web Framework REST API Skeleton Application

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

Requirement

Setup

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

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