Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 360 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 360 Bytes

MotorMatchAPI

Information

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.


Instructions

vagrant up

Development

vagrant ssh
cd /vagrant
npm run stop
npm run watch