- first you need to have python and node in to your system
- go to the client directory
cd client - run
python -m http.serverin terminal it will run an http server on current director. so you can access it on browser - then in another terminal go to the server director and run
npm i; npm run devit will start the server on porthttp://localhost:3000 - go to browser and search
http://localhost:8000
The "web-selfie-app" project is designed to:
- Display the real-time location of the International Space Station (ISS) on a map using Leaflet.js.
- Show the user's current geolocation on the map and update it in real-time.
- Fetch and display the current weather temperature based on the user's location.
- Provide an interactive map with various functionalities like zooming and setting markers.
