2023-cs5356-data-models-exercise

This has the code that I'll be using on the 3/6 session on implementing data models with javascript.

Getting Started

Make sure you are using node 16. You can check with node --version

npm install - to install all the packages npm test - to run the jasmine tests