Skip to content
tautvydasp edited this page May 7, 2018 · 9 revisions

Welcome to the CryptX wiki!

This should be considered the central official resource for all things CryptX during development.

At a Glance

CryptX is a system built on top of Node.js, using Express.js as its main server framework and PostgreSQL for its RDBMS.

CryptX is deployed to Heroku with CI/CD enabled and linked to this repository. Every push triggers Heroku to run the associated system tests, written using the chai property extensions, run via mocha.


Quick links:

  • To setup your work environment before delving into the CryptX codebase, please refer to the information on the Getting Started page.
  • To get a quick overview of the various organisational aspects of the codebase, look here.
  • For a more detailed description of how the CI/CD process works, please refer to the CryptX CI page.
  • For information on the database migration mechanisms, look here.
  • For information on tests, please refer to Testing.
Clone this wiki locally