https://github.com/mekdrop/jobtest-teltonika-todoappwithrestapicalls
JobTest for Teltonika: Todo App With REST Api Calls (incomplete)
https://github.com/mekdrop/jobtest-teltonika-todoappwithrestapicalls
Last synced: about 2 months ago
JSON representation
JobTest for Teltonika: Todo App With REST Api Calls (incomplete)
- Host: GitHub
- URL: https://github.com/mekdrop/jobtest-teltonika-todoappwithrestapicalls
- Owner: MekDrop
- License: mit
- Created: 2019-02-25T03:08:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T01:24:20.000Z (about 5 years ago)
- Last Synced: 2024-10-04T15:42:18.303Z (8 months ago)
- Language: PHP
- Size: 310 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# JobTest for Teltonika: Todo App With REST Api Calls (incomplete)
This todo app based on [Lumen framework](https://lumen.laravel.com) was created as a job test for [Teltonika.lt](https://teltonika.lt).
## How to use it
Easiest way is to start [Vagrant](https://www.vagrantup.com) with [VirtualBox](https://www.virtualbox.org) adapter box.
`vagrant up` will boot the box and preconfigures `http://todo.localhost` url for your computer.
Standard configuration doesn't have any users so you will need to create at least one. That you can do by typing: `vagrant ssh -t -c "cd todo && php artisan user:register YOUR@EMAIL"`. If you want to register admin user use `vagrant ssh -t -c "cd todo && php artisan user:register YOUR@EMAIL --admin"` command. Both times an email will be sent to provided email addresses with link to set password for the user.
Use http://todo.localhost:8025/ for reading emails if you haven't configured another method in .env file.