Boilerplate Backend Getting started To get the Node server running locally: Clone this repo npm install to install all required dependencies Install MongoDB Community Edition (instructions) and run it by executing mongod npm run dev to start the local server