1
0
Fork 0

link to aye-aye and other apps mentioned in the text

This commit is contained in:
Patrick Huber 2014-11-27 15:58:50 +01:00
parent c43bd64222
commit 7868ad1e02
1 changed files with 5 additions and 3 deletions

View File

@ -170,6 +170,8 @@ apps available on Github. You can install them via Foxx manager (covered in the
chapter on Foxx manager) or simply clone them from [github](https://github.com/arangodb/).
Start with ["hello-foxx"](https://github.com/arangodb/hello-foxx) as it contains
several basic usage examples. "aye-aye" and "fugu" are more advanced apps showing how
to use Backbone, Underscore and Jquery together with Foxx. "foxx-authentication" shows
how to register users, log in and check permissions.
several basic usage examples. ["aye-aye"](https://github.com/arangodb/aye-aye)
and ["fugu"](https://github.com/arangodb/aye-aye) are more advanced apps showing how
to use Backbone, Underscore and Jquery together with Foxx. ["foxx-authentication"](https://github.com/arangodb/foxx-authentication)
shows how to register users, log in and check permissions.