1
0
Fork 0
arangodb/Documentation/Books/Manual/Foxx/Guides/README.md

33 lines
799 B
Markdown

Guides
======
These guides provide solutions to common problems when building
applications with Foxx services:
Up and running
--------------
- [Working with routers](Routing.md)
- [Working with collections](Collections.md)
- [Writing queries](Queries.md)
- [Development mode](DevelopmentMode.md)
- [Testing Foxx services](Testing.md)
- [Foxx in a cluster](Cluster.md)
Next steps
----------
- [Scripts and scheduling](Scripts.md)
- [Using Node modules](BundledNodeModules.md)
- [Using Webpack with Foxx](Webpack.md)
- [Authentication and sessions](Auth.md)
- [Linking services together](Dependencies.md)
Advanced topics
---------------
- [Working with files](Files.md)
- [Making requests](MakingRequests.md)
- [Access from the browser](Browser.md)
- [Working with 2.x services](LegacyMode.md)