Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rminelli/sagan_mars_rover
https://github.com/rminelli/sagan_mars_rover
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rminelli/sagan_mars_rover
- Owner: rminelli
- Created: 2020-07-20T14:05:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T08:24:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T02:01:37.961Z (over 1 year ago)
- Language: JavaScript
- Size: 136 KB
- Stars: 0
- Watchers: 1
- 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!