Pumbo is an abandoned project, I decided to open source the code because the architecture is pretty cool.
The code is durty, there are bugs.
It's the mega super duper alpha version of the finished project! :)
I used the React.js with the Flux pattern. React-router for the routing syst.
On the backend it's a simple express server with mongodb. Redis for the caching (sessions are stored in Redis too)
- Fork or download this repository.
cdto the project's location.- run
npm install. - Make sure MongoDB is running and reachable as configured in
api/config/db_conf.js. - Make sure Redis is running.
- run
gulp.