A project on Smart India Hackathon topic "Geotagging of educational institutions in India on a map and integrating virtual tour for experiencing the institute infrastructure". The frontend part is made using ReactJS, CSS. To integrate the map in frontend, Google Maps API is used and for adding the virtual tour, Pannellum library is made in use. This, Pannellum library is available for free of cost on the internet
In the root folder use commands:
- cd backend
- npm install
- node index.js
This will start the Rest API on localhost:4000. Port can be changed manually in index.js file
In the root folder use commands:
- cd frontend
- npm install
- npm start
A react application will start on localhost:3000
It is neccessary to run backend first and then frontend. Otherwise, errors will be encountered.