Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geggleto/blog
https://github.com/geggleto/blog
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/geggleto/blog
- Owner: geggleto
- Created: 2015-09-02T20:12:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T13:06:43.000Z (about 9 years ago)
- Last Synced: 2023-08-16T22:17:00.486Z (over 1 year ago)
- Language: JavaScript
- Size: 707 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Basic PHP Blog
--------------Example PHP project utilizing the newest of php open source libraries.
Project Includes:
-- Slim Framework v3
-- SlimTwig
-- Spot2
This project implements the ADR pattern, you can read more about it here.
https://github.com/pmjones/adrInstallation
------------
- Change your API key! edit the src/config.php file and change your key!
- Update your DB Connection!
- Setup your web server, the http webroot should be the public directory
- Run Composer Update
- Run the migration
- Done!Usage
-----
Simple enough, to make posts there is a JSON API, the front page retrieves the last 5 posts
Secured functions must include a post variable with api_key set.