Skip to content

Dalejannirmalkar/rentmojo

Repository files navigation

#install mongodb before run docker file

install node if not run the docker file

after run the docker run this curl for run the api and scraping compalete

curl -X GET
http://localhost:1230 \

4b4c389afd05b18847f1862dda32ad67af94057a

  1. create app.js for create server and install espress for middleware.
  2. server run at 1230 port by default.

c4ced87acc5059ba4cf11d97b024cfca89cb3a81

  1. create module folder for oprations and controller file for routing.
  2. create file for hardcode string as magic string.
  3. carete controller for controller function call and structure well.

5a369df758fd055dea33dad61494d43e1fa8ad3d

  1. Call api async and get the response.
  2. formate for concurrency calls and remove extr stuff

9cecd03d3a019b2cd7f2ff892e207088f2e17608

  1. create function for recursive call based on depth.
  2. based on urls enter all the params and call again recursivly.

8ea42ac4e96715a26cc943af52abe60cbbec7a8d

  1. add docker file.

b4a1ac20e8e2629d126a555ce3b62741775067b9

  1. add for node docker file

5cc6da2d42b2db2ced356d708a1758cb1b65200a

  1. complete docker and last push