Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 662 Bytes

readme.md

File metadata and controls

21 lines (16 loc) · 662 Bytes

RecJS

This service aggregates data from external repositories and makes it available in Graasp. Currently, it retrieves widgets and widget bundles from the Widget Store. The APIs to search and paginate the results are implemented and used by Graasp to display widgets/bundles to its users.

Architecture

Based on the awesome NodeJS framework with libraries built on top. As a database it uses MongoDB.

Deploy

Deploy is done with capistrano, the same as in Graasp.

cap production deploy
cap reacttest deploy