slidewiki / slidewiki-platform

SlideWiki Platform
Mozilla Public License 2.0
46 stars 17 forks source link

data source of deck #520

Open nik9839 opened 7 years ago

nik9839 commented 7 years ago

from where the slide are picking up the data for display. some api request is being made but i am unable to trace it.

in app.js i found this but not sure what it is

// register plugins app.plug(fetchrPlugin({ xhrPath: '/api' // Path for XHR to be served from }));

kprist commented 7 years ago

Hi @nik9839, we are using https://github.com/yahoo/fetchr for the data access layer, and microservices for various functionalities, including the managing of decks and slides. That service can be found here: https://github.com/slidewiki/deck-service. For the rest of the data that is used in this website project , just check the files in this folder for API access details: https://github.com/slidewiki/slidewiki-platform/tree/master/services