Api to resolve Mars Exploration using rovers
#Use cases:
- Full Move Rover: create plateau to be explored by rovers, create and deploy rover on plateau and move following instructions inputted.
- Move rover(new): select rover by Id and move using instructions inputted.
- Deploy Rover(new): create and deploy rover in already created plateau, besides that, move rover.
- Get plateau data(new): get plateau and rover data include.
#How run tests:
- npm install
- npx jest (run unit and integration tests)
#How run project:
- npm install
- npm knex:migrate (run migrations to build plateau and rover tables on SQLite DB.)
- npm run dev (run API)
- send request to API
- connect to SQLite