The database in the config is a free Mongo Instance from mlab.com.
I could have used Docker to have my own database, but it didn't seem like it was the purpose of the assignment.
The project depend on:
- npm
- node
- vue-cli
In project root:
npm install
npm run build
cd backend
npm install
The command below is for UNIX-like systems. On Windows you must change directory to './backend' and run 'node index'
In project root:
npm run start