Skip to content

Ierofantis/Vessel_Tracking

Repository files navigation

Vessel tracking using lumen microframework

Build Status

instructions!

  • Make sure that you have the followings (Ideally I would use docker) MongoDB Composer PHP updated
  • Clone the repository to your environment
  • Composer install
  • .env example rename it to .env
  • From the command line navigate to you project and enter : php artisan import:ships-positions.That command will import the positions of vessels to your mongodb
  • Start the server with:
   php -S localhost:8000 -t public
  ./vendor/bin/phpunit Tests/TestQueries

My Work exists in:

  • Console/Commands/ShipsPositionsImport.php
  • Console/Kernel.php
  • Http/Controllers/ShipsController.php
  • Http/Middleware/LimiterPerIp.php
  • Http/Models/ShipPosition.php
  • Http/Models/UserIp.php
  • bootsrap/app.php
  • data-imports
  • database/migrations
  • routes
  • tests/TestQueries

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages