Simple blog engine using Lumen API with JWT Token based authentication.
- Clone this repo,
git clone https://github.com/budhilaw/lumenblog.git
- Composer install,
composer install
- Migrate Database,
php artisan migrate:fresh
- Start docker compose,
docker-compose up
Don't forget to edit DB_DATABASE
, DB_USERNAME
, DB_PASSWORD
and JWT_SECRET
- User (
CREATE
,READ
,UPDATE
,DELETE
) - Post (
CREATE
,READ
,UPDATE
,DELETE
) - Categories (
CREATE
,READ
,UPDATE
,DELETE
) - Pages (
CREATE
,READ
,UPDATE
,DELETE
)
This project is open-sourced software licensed under the MIT license.