- Git
- Vue.js
- Node.js and NPM
- MongoDB
Run npm install
Run npm run serve
- In a separate shell navigate to the 'server' directory
cd server
- Start the mongodb daemon
mongod
(might need to run with root priveleges depending on installation) - In a separate shell navigate to the 'server' directory again
- Start the node server
nodemon server
npm run build
npm run test
npm run lint