Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 262 Bytes

File metadata and controls

14 lines (10 loc) · 262 Bytes

CodeIgniter Simple Blog App with API

Features:

  • User Login
  • CRUD for blog posts
  • API, get posts for logged user

Dev

in public dir run
php -S localhost:8000

Database init (sqlite)
in application/database_dev/ run ./create_db.sh