Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 631 Bytes

File metadata and controls

21 lines (13 loc) · 631 Bytes

Steps to Setup

  1. Download this code as zip. Or you can even do fork or git clone.

  2. Setup into a folder. Extract the zip file into required folder

  3. Run following command composer update

  4. Now, make a copy of .env example file and rename as .env

  5. Now, in this .env file do the changes as required (for example, database and password according to your requirement)

  6. Finally, run the project using php -S localhost:8000 -t public

  7. Open the postman and try importing the following collection. https://www.getpostman.com/collections/6f964e54521f222b171f

Document for the API

Thank You