Running Aft

If you haven't installed Aft yet, read the Getting Started page.

Make a new directory somewhere on your computer for the tutorial:

mkdir aft-tutorial
cd aft-tutorial

If you have Aft installed, run it:

aft -db tutorial.dbl -authed=false

You should see it print out:

Serving dev on http://localhost:8081

Open that link in your browser. You should see a page labeled Schema, and a listing of system models.

Before we set up our backend, let's get a client started.