this is simple REST API back end application for storing gps data from moving devices
used stack:
-
laravel 8
-
DB PostgreSQL 13
##this is api doc
going to do doc in swagger
##to run app first define .env file, install composer data then:
php artisan migrate
php artisan db:seed
php artisan serve
then will see changes