Giter Club home page Giter Club logo

caas-platform's Introduction

Certification as a Service Monorepo

This repository contains the web frontend and also the NodeJS Backend

Angular - Frontend (web)

The frontend is created with Angular 11.

To run the application use npm start

NestJS - Backend (srv)

The backend is created with NestJS 7

To run a service use npm run nx serve xxx or (if nx is installed globally) nx serve xxx For example, to start the artifact-service use nx serve artifact-service

Available services:

Service Local Ports
artifact-service 3000
test-suite-service 3100
certification-service 3200
job-executor-service 3300
test-orchestrator-service 3400

Events produces by services:

Service Incoming Events Outgoing Events
Artifact CertificateGranted ArtifactStarted
Test-Suite ArtifactStarted TestSuiteStarted
Certification ArtifactStarted, TestSuiteStarted CertificateGranted
Job-Executor JobEvent JobEvent

Local dev

The services can run locally, each backend service uses a different port, see environment/environment.ts of each service for more information. You can ether provide a mongo db in a docker container or use the etc/local-docker/docker-compose.yml to let set up all needed infrastructure services. You can also use the command npm run infra.

docker build --build-arg PROJECT=caas -f Dockerfile.Web -t caas:1.0.0 .

docker build --build-arg PROJECT=artifact-service -f Dockerfile.Node -t art:1.0.0 .

caas-platform's People

Contributors

morphclue avatar kosrendq avatar

Stargazers

 avatar

Watchers

James Cloos avatar

caas-platform's Issues

ArtifactRunnner: Job execution

It should be possible to execute asynchron jobs.
Fo instance the validation of a docker image or the start of an artifact.

Security issue with Jest

Context

Current version of jest has a peer dependecy security issue.

Steps to Reproduce

Run npm audit

Expected result

Everything should be fine.

Actual result

83 moderate severity vulnerabilities

Possible Fix

Wait until jest release version 27.

Ghost branch

Is the branch 'confirmance-test' still needed?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.