backend repo for SmartMoney
git clone https://github.com/WSU-4110/smartmoney-backend.git
cd smartmoney-backend
npm install
npm start
Or run server with nodemon (nodemon needs to be installed globally, allows for easy server restart for testing)
npm run dev
rs