Getting Started

Create a new application

foxxy new demo --database demo
# This will provide this output
 ___
|  _|___ _ _ _ _ _ _
|  _| . |_'_|_'_| | |
|_| |___|_,_|_,_|_  |
                |___|
Version 0.5.9
arangosh --javascript.execute-string "if(db._databases().indexOf('demo') < 0) db._createDatabase('demo');" --server.endpoint http+tcp://127.0.0.1:8529 --server.username root --server.password ""
Installing Foxx service...
running : foxx-manager install /Users/your_pseudo/some/folder/demo/foxx_tmp/auth /auth --server.endpoint http+tcp://127.0.0.1:8529 --server.database foxxy40_2 --server.username root --server.password ""
Service Auth version 0.0.7 installed successfully at mount point /auth
options used: {"configuration":{}}

User '[email protected]' with password '1513593650656' created successfully
App Created ! Grrrrr!

Install dependencies

cd demo; yarn install

This process can take a few minutes because it need to compile SASS support.

Adding a new CRUD

foxxy g crud post

It will install the uploads widget as well.

Start the application

yarn start

You should be able now to run your app on http://localhost:4001

results matching ""

    No results matching ""