Skip to content

This is a proof of concept of angus-sdoc working in a Rails API, so that it can be consumed using angus-remote

Notifications You must be signed in to change notification settings

gaston-gabadian/Rails-API-Angus-SDOC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Server

cd /server

Run sever:

bundle i
bundle exec rails s

Run migrations if necessary:

bundle exec rails db:migrate

Client

cd /client

Install dependencies:

bundle i

Run irb -r ./client.rb to open an Interactive Ruby session and consume the API

RemoteService.show([1])

About

This is a proof of concept of angus-sdoc working in a Rails API, so that it can be consumed using angus-remote

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages