Coin Inventory program using Node.js, mongoDB and vanilla JS. Rendering is done with Node-handlebars`
# Install dependencies for server
npm install
# Run the Express server only
npm run app
# Server runs on http://localhost:5002 (I'm using 5000 and 5001)
Kevin Quinn
1.0.0