Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.85 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.85 KB

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: