GitXplorerGitXplorer
y

donation-system

public
22 stars
13 forks
1 issues

Commits

List of commits on branch master.
Unverified
c259b5b896563b6474aa8d12fe2709f97bfc90fb

Update README.md

yyrezgui committed 11 years ago
Unverified
ae981afda0299212195f1fd156f1635214c9ffce

Update README.md

yyrezgui committed 11 years ago
Unverified
9dfff94e3f90a84b056c389c15ff0e62031bed75

Add first part of the tutorial

yyrezgui committed 12 years ago
Unverified
34f827ae9ad185edc68caf6fdc2772afe1cd53fb

Add two first parts of the tutorial

yyrezgui committed 12 years ago
Unverified
5ef9aa7d8c0f938d0549b690915cc6956422aa48

Add demo link

yyrezgui committed 12 years ago
Unverified
d037b0e6edfa4c461d8e03dde32ab819e1072d70

Merge branch 'master' of github.com:yrezgui/flouss

yyrezgui committed 12 years ago

README

The README file for this repository.

Flouss Logo

Flouss

Not maintained anymore, sorry.

Flouss is a simple paid content management system.

It uses Stripe and Amazon APIs. It's proudly powered by NodeJS, AngularJS and MongoDB (full stack JS).

This project is a simple demo. There are many security issues but it's not the goal of this project. It's just shows how it's easy to make a little ecommerce website with all these technologies.

Enjoy coding! - Yacine Rezgui

How to install it

  1. Clone the repositery
  2. Create a MongoDB database named flouss
  3. Personnalize the config settings (front end one in app/services/config.js and back end one in server/config.js)
  4. Move to the server folder and run this command : node index

Tutorial

  1. Flouss, my new project (AngularJS, NodeJS, MongoDB, Stripe, Amazon S3)
  2. Introduction to Single Page Application
  3. [Tutorial part 1: the database] (http://blog.yrezgui.com/post/53923568963/flouss-tutorial-part-1-the-database)