Skip to content
Snippets Groups Projects
Name Last commit Last update
cms
web
.gitignore
DevOps.md
README.md

CD-Code Web front-end

Modules in CD-Code Web front-end

  1. web/: Vue.js (v2.0) based web front-end
  2. cms/: Strapi based CMS module

web module provides the user interface for condensate and protein databases stored in MongoDB through the server API, which are carefully curated by contributors.

cms module contains all the necessary dependencies to collect all the contributions and coordinate the database curation based on roles (public, contributor, maintainer, administrator).

README.md in the modules

  1. web/: Follow the instructions in web/README.md
  2. cms/: Read cms/README.md

Considerations for development and production phases

There are develop and master branches in the repository in order to reduce the impact on the production service which is running under https://cd-code.org. After checking the develop instance thoroughly, the production version is released with merging develop branch into master.