An Angular Front End, Express Backend Server, and MongoDB database.
You need to have a mongo server running in order to use this, should be on port 27017, if you want to use our pre-seeded files, add --dbpath=./data/db.
To seed the database, run node csdb.
To install required packages, run npm install.
To start the backend server, run npm start.
Navigate to localhost:3000 in your browser.