This Laravel is for the coding test provided by [RF infinite Sdn Bhd]
If your local is installed Docker, may try cli below:
$ cd laradock
$ docker-compose up -d nginx mysql workspace phpmyadmin
When the Phpmyadmin container is active,
may access via http://localhost:8081/.
Default login
Server: mysql
Username: root
Password: root
May put it under Xampp or MAMP on Mac OS.
- use php8.0
- Fork this repo under your own Github account and make it public.
- Rebuild the Movie API Movie API Postman collection by using Laravel framework.
- The Postman collections contains the [Example] response, need to follow as the example response.
- Please pick any database (mysql or mongod) and config it from the Laradock.
- Create API with Laravel.
- Create Postman collection with the API created.
- API's specs (param & response) works exactly like Movie API Postman collection
- Form UI. No form required for this task.