Skip to content

Implementation of ISO 21597 container concepts in conjunction with existing CDE standards

Notifications You must be signed in to change notification settings

sbalot/ICDDOnline

Repository files navigation

ICDDOnline - A simple implementation of ICDD

Final App

An initial implementation of the Container concepts according to ICDD ISO 21597, DIN SPEC 91391, ISO 19650, and LDP.

Current Status

Minimal full-stack MERN app with authentication using passport and JWTs. In buit Index.ttl which can be queried using HyperGraphQL.

This project uses the following technologies:

Running the Code

  1. Install MongoDB and create credentials. Add MONGOURI from your mLab database in config/keys.js.
module.exports = {
  mongoURI: "YOUR_MONGO_URI_HERE",
  secretOrKey: "secret"
};
  1. Install all dependencies by running the below command for client and server dependent packages
npm install && npm run client-install
  1. Start up both client and server using the below command:
npm run dev
  1. Webpage opens on http://localhost:3000 (which is the client address)

Inspiration

This work draws from the tutorials below:

About

Implementation of ISO 21597 container concepts in conjunction with existing CDE standards

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published