Code Monkey home page Code Monkey logo

cacocloud's Introduction

CacoCloud

A simple, fast and secure PHP/AngularJS based single user feed and mail reader, password and bookmark manager. CacoCloud is divided into a RESTful PHP backend storing all data into a SQLite database and an SPA frontend based on AngularJs.

I have mainly written CacoCloud to fit my personal needs, but maybe it fits your needs, too.

You can find some screenshots in the wiki.

Installation

For installing you can simply grap the archive file from the homepage or build CacoCoud by your self. Watch the video how to install CacoCloud, from the archive file, in less than two minutes on a DigitalOcean VM with Debain Wheezy.

If you wanna build it by your self, on a *nix machine you can run the build.sh script. This script will install the needed node.js modules for running grunt, installs Composer and let the compser install all required PHP libs and creates a new and empty database. It also lets you create new user account.

If you are planning to use the password manager component and using Apache you should modify log format, take the example virtual host file from config/vhost.cfg! And don't forget to use https instead of http!

Used components

CacoCloud is based on some awesome open source libraries and frameworks.

The RESTful backend is based on Slim PHP, rss/atom feeds gets parsed by SimplePie and E-Mail are send through SMTP by PHPMailer.

Since CacoCloud is an SPA, the frontend is build with love, AngularJs and AngularUI Router. Password stored into the password manager gets encrypted by crypto-js on the client (no fear they are encrypted a second time by Mcrypt before they are stored into the database on the server). zxcvbn estimates the strength of you password before storing it into the password manager.

Thanks to Bootstrap 3.0 the frontend is clean and responsible and a nice theme from Bootswatch lets it not looks so Bootstrapped. The icons are by Font Awesome.

At last all frontend code gets minified with the use of Grunt.

Stories in Ready

cacocloud's People

Contributors

cacodaimon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.