A project for showcasing good and bad approaches for versioning digital data via 4 visual examples (called levels).
- Level 1 is about versioning data without explicit identifiers
- Level 2 is about versioning data with explicit identifiers that contain metadata
- Level 3 is about versioning data with explicit random identifiers
- Level 4 is about versioning data with explicit unique identifiers
To build the project run the command npm run build:prod.
To start the project run the command npm start.
Then visit http://localhost:3001/ to try the examples.
To build the project for development run the command npm run build:dev.
To test the project in development run the command npm test.