You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Page about component & deployment databases


Component Database

Resources

Backend API/CLI to the MongoDB component database: eed-web-application/build-environment-builder (github.com)

API Documentation: Swagger UI (stanford.edu)

Other Notes

  1. cbs - core build system
  2. docker-compose.yml file is used to create the database locally (for development purposes). Where you would use a 'docker compose up' command to execute

README.md (Since there isn't one on the repo)

How to run:

Disclaimer: I've only tried this on vscode, since the repo already made support to create the development environment for vscode using (devcontainer.json)

  1. Open up the repo in vscode, and you will be prompted to open up the devcontainer.
    1. Click yes, give it a few minutes to setup, it will run docker-compose.yml which will setup the mongodb locally
  2. Now that your development environment is setup, open up a terminal in vscode. Which should open you in the container, at folder '/workspace'
  3. Do a 'make'
  4. t

Deployment Database

TBD



  • No labels