Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 647 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 647 Bytes

Basic Auth CRUD api

no composer - just require
  • Version 0.1.37
  • Flexable usage , some small examples below & example folder
  • Feedback and improvements welcome
  • Try a small demo at crud-api.uk.to
  • View # /WWW_examples/crud_api.uk.to/ Code
  • Login from remote access with Javascript to hit the API

Get started

$ vagrant up # to lauch dev env & run provision scripts
wget https://raw.githubusercontent.com/trojanspike/CrudApi/develop/install.sh && chmod +x install.sh && ./install.sh