##Description Live visual feed for public events
This application is being rewritten from a simpler and badly organized 2012 version. It's still quite a ways away from v1.0
To start a Charcoal project with this Boilerplate, simply:
- Clone the repositoy
$ git clone https://github.com/dominiclord/eventfeed
- Set up a database storage
- Using
eventfeed.sql
- Using
- Install dependencies
$ composer install
You should now be able to acces the app at the following :
- example.com : Interface for user submissions
- example.com/main : Main interface for public viewing
- example.com/moderation : Main moderation interface
EventFeed depends on:
- PHP 5.5+
- Slim (mainly used for routing)
- Mustache (templating)
- Slim-Mustache (Mustache integration in Slim)
- notorm (database management)
See composer.json
for details
- Missing feed options management and loading
- Cleanup old code
- Backend
- Implement a better code structure
- Database class
- Login for moderation access
- Split data access to an API
- Frontend
- Implement a better code structure
- Build system
- Redesign
- Websockets for main interface
- Much more documentation / comments