Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fanoframework/fano-api

Open more actions menu
 
 

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.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.