Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rminelli/sagan_mars_rover


https://github.com/rminelli/sagan_mars_rover

Last synced: 9 days ago
JSON representation

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!