Make sure you have MongoDB instance up and running first. Modify the config.js file to point to your database instance and change your host port if needed.
Install dependencies:
npm install
Start the server e.g. with:
npm start
..or..
npm run watch
..to start server with nodemon for easier development.