Simple Storage API using sqlite, built upon Lumen
| HTTP Method | URI | Action |
|---|---|---|
| GET/HEAD | api/ | Fetches all tables |
| GET/HEAD | api/table | Fetches specified table |
| POST | api/ | Creates a new table |
| DELETE | api/table | Deletes specified table |
git clone https://github.com/ToxicTree/StorageAPI.git
cd StorageAPI
composer install
cp .env.example .env
cd public
php -S localhost:8000