PillaiManish / BlogAPI

Blog API using Lumen (Laravel Mircroframework)

Repository from Github https://github.comPillaiManish/BlogAPIRepository from Github https://github.comPillaiManish/BlogAPI

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

About

Blog API using Lumen (Laravel Mircroframework)


Languages

Language:PHP 98.9%Language:Shell 1.1%