This API is used for the MotorMatch app. Simple design using Mongoose and Express. This can be ran locally with a vagrant build (instructions below). This API is deployed on Heroku for detached device use.
vagrant up
vagrant ssh
cd /vagrant
npm run stop
npm run watch