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
- Clone the repositery
- Create a MongoDB database named
flouss
- Personnalize the config settings (front end one in
app/services/config.js
and back end one inserver/config.js
) - Move to the server folder and run this command :
node index