https://github.com/rminelli/sagan_mars_rover
https://github.com/rminelli/sagan_mars_rover
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rminelli/sagan_mars_rover
- Owner: rminelli
- Created: 2020-07-20T14:05:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T08:24:09.000Z (over 2 years ago)
- Last Synced: 2025-01-08T18:15:42.040Z (5 months ago)
- Language: JavaScript
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sagan Mars Rover
:space_invader: :earth_americas:
### To start the application
**Software needed to execute the project:**
[Node JS](https://nodejs.org/)
```
$ cd sagan_mars_rover
$ npm i
$ npm start
```Open [http://localhost:8000/](http://localhost:8000/) to check the results!
- Sample data is in the file `sample_input.txt`
## Docker
**If you want to make things simpler, just run the project with the docker container:** :fire:
**Software needed to execute the project with container:**
[Docker](https://docs.docker.com/desktop/)
`docker-compose -f "docker-compose.yml" up -d --build`
and open [http://localhost:8000/](http://localhost:8000/) to check the results!