An open API service indexing awesome lists of open source software.

https://github.com/techwritescode/myblog-phalcon

my modification of invo
https://github.com/techwritescode/myblog-phalcon

Last synced: 12 months ago
JSON representation

my modification of invo

Awesome Lists containing this project

README

          

DEV IN PROGRESS DO NOT USE

Invo based blog

you'll need to create the database and initialize schema:

echo 'CREATE DATABASE invo' | mysql -u root
cat schemas/invo.sql | mysql -u root invo

Thank you phalcon dev-team for your great work on invo