Use my repository: link.
If you have git installed on your PC, you just need do as follow:
$ git clone https://github.com/arochniak/bike-rental-app.git
Run MongoDB. Then:
$ cd bike-rental-app
$ cd server
$ npm install
$ nodemon index.js
$ cd bike-rental-app
$ cd client
$ npm install
$ npm start