Skip to content
adrian-gomez edited this page Sep 16, 2014 · 1 revision

Angus comes bundled with a demo command.

Just type on your terminal: angus demo

This command will create an API with two users. Run the API typing the following command on your console:

cd demo
bundle
angus server

Enter to the documentation typing this url on your favorite browser:

http://localhost:9292/demo/doc/0.1

Also, try getting the resources typing these urls on the browser:

http://localhost:9292/demo/api/0.1/users
http://localhost:9292/demo/api/0.1/users/1

Look into [Consume angus api] (https://github.com/Moove-it/angus/wiki/Clients) to get more info and options to consume your new service.

Clone this wiki locally