# RP-RoofInspections-API Follow below steps to setup the server locally on your machine. 1) Install Node js and Mongodb ( on-permises) on your machine. Node js - https://nodejs.org/en/download/ Mongodb - https://www.mongodb.com/try/download/community 2) Clone the repository code. 3) open terminal go to the root of project. 4) Run command **npm install**. This will take some time to install dependencies. wait to finis installation. 5) Once installation finished then run the command **node server.js** this will stat your API server. 6) Once server started , we are good to consume the APIs . API can we tested using POSTMAN or any API client.