-
Download this code as zip. Or you can even do fork or git clone.
-
Setup into a folder. Extract the zip file into required folder
-
Run following command
composer update
-
Now, make a copy of .env example file and rename as .env
-
Now, in this .env file do the changes as required (for example, database and password according to your requirement)
-
Finally, run the project using
php -S localhost:8000 -t public
-
Open the postman and try importing the following collection. https://www.getpostman.com/collections/6f964e54521f222b171f
Document for the API