CD-Code Web front-end
Modules in CD-Code Web front-end
-
web/
: Vue.js (v2.0) based web front-end -
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
-
web/
: Follow the instructions in web/README.md -
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.