👾 🌎
Software needed to execute the project:
$ cd sagan_mars_rover
$ npm i
$ npm start
Open http://localhost:8000/ to check the results!
- Sample data is in the file
sample_input.txt
If you want to make things simpler, just run the project with the docker container: 🔥
Software needed to execute the project with container:
docker-compose -f "docker-compose.yml" up -d --build
and open http://localhost:8000/ to check the results!