Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 560 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 560 Bytes

--> To run this project you need server. You can use python server and for that you should have pre-installed python to start server.

How to start server.

  1. Open command prompt and change current directory to directory where your project lies.
  2. Linux: python -m SimpleHTTPServer 8888 Windows: python -m http.server 8888

Here 8888 is port number. you can give any number.

Once server is started, now open browser and write "localhost:8888/" Done.

--> In this project we are using dummy GIS data of Vapi city.

Contributor: Parth Lathiya Deepank verma