Coder Social home page Coder Social logo

zetapath / 80cents Goto Github PK

View Code? Open in Web Editor NEW
119.0 119.0 21.0 1.52 MB

A real and easy NodeJS service for create ecommerce platforms.

Home Page: http://80cents.org

License: GNU General Public License v3.0

CoffeeScript 32.74% CSS 17.61% HTML 3.77% JavaScript 45.87%

80cents's People

Contributors

cat2608 avatar soyjavi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

80cents's Issues

Various errors installing

Hi guys,

I'm trying to install 80cents on a Ubuntu 14LTS and I have serveral error during the node 80cents.js, this is the output of my temrminal:

azureuser@80cents:/80cents$ gulp init
[13:43:49] No gulpfile found
azureuser@80cents:
/80cents$ ls
80cents.js 80cents.yml assets bower_components bower.json environment gulpfile.coffee __MACOSX mustaches node_modules package.json theme
azureuser@80cents:~/80cents$ gulp gulpfile.coffee
[13:44:01] No gulpfile found

azureuser@80cents:~/80cents$ node 80cents.js

ZENserver v1.4.18 - Easy (but powerful) NodeJS server

https://github.com/soyjavi/zen-server

▣ ENVIRONMENT
✓ Environment development
✓ Address localhost:1337
✓ Timezone Europe/Amsterdam
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }

js-bson: Failed to load c++ bson extension, using pure JS version

▣ SERVICES
✓ [POS] /api/signup
✓ [POS] /api/login
✓ [POS] /api/logout
✓ [GET] /api/profile
✓ [PUT] /api/profile
✓ [POS] /api/order/line
✓ [DEL] /api/order/line
✓ [PUT] /api/order/discount
✓ [PUT] /api/order
✓ [GET] /api/order
✓ [GET] /api/customer
✓ [PUT] /api/customer
✓ [GET] /api/collection
✓ [POS] /api/collection
✓ [PUT] /api/collection
✓ [DEL] /api/collection
✓ [GET] /api/product
✓ [POS] /api/product
✓ [PUT] /api/product
✓ [DEL] /api/product
✓ [GET] /api/review
✓ [POS] /api/review
✓ [PUT] /api/review
✓ [DEL] /api/review
✓ [POS] /api/image
✓ [DEL] /api/image
✓ [GET] /api/settings
✓ [PUT] /api/settings
✓ [GET] /api/page
✓ [POS] /api/page
✓ [PUT] /api/page
✓ [DEL] /api/page
✓ [GET] /api/discount
✓ [POS] /api/discount
✓ [PUT] /api/discount
✓ [DEL] /api/discount
✓ [PUT] /api/order/checkout
✓ [GET] /admin/:context/:id
✓ [GET] /admin/logout
✓ [GET] /admin/:context
✓ [GET] /admin
✓ [GET] /cart
✓ [GET] /order/:id
✓ [GET] /checkout
✓ [GET] /login
✓ [GET] /logout
✓ [GET] /profile
✓ [POS] /profile
✓ [GET] /collection/:id
✓ [GET] /product/:id
✓ [GET] /tag/:id
✓ [GET] /:page
✓ [GET] /assets/core
⚑ Error connection: undefined
azureuser@80cents:~/80cents$

How to use Atoms.Molecule.Images @events

HI,
I try to use 80cents;Atoms
but,I don't understand Atoms Class @events Property
How to use it;
e.g.
class Atoms.Molecule.Images extends Atoms.Molecule.Form

@events: ["add", "destroy"]

thanks

can´t start node server

Trying to make 80cents run but it keeps crashing while starting node server. My output:

▣ ENVIRONMENT
 ✓ Environment development
 ✓ Address localhost:1337
 ✓ Timezone Europe/Amsterdam
------------------------------------------------------------------------
 ▣ SERVICES
 ✓ [POS] /api/signup
 ✓ [POS] /api/login
 ✓ [POS] /api/logout
 ✓ [GET] /api/profile
 ✓ [PUT] /api/profile
 ✓ [POS] /api/order/line
 ✓ [DEL] /api/order/line
 ✓ [PUT] /api/order/discount
 ✓ [PUT] /api/order
 ✓ [GET] /api/order
 ✓ [GET] /api/customer
 ✓ [PUT] /api/customer
 ✓ [GET] /api/collection
 ✓ [POS] /api/collection
 ✓ [PUT] /api/collection
 ✓ [DEL] /api/collection
 ✓ [GET] /api/product
 ✓ [POS] /api/product
 ✓ [PUT] /api/product
 ✓ [DEL] /api/product
 ✓ [POS] /api/image
 ✓ [DEL] /api/image
 ✓ [GET] /api/settings
 ✓ [PUT] /api/settings
 ✓ [GET] /api/page
 ✓ [POS] /api/page
 ✓ [PUT] /api/page
 ✓ [DEL] /api/page
 ✓ [GET] /api/discount
 ✓ [POS] /api/discount
 ✓ [PUT] /api/discount
 ✓ [DEL] /api/discount
 ✓ [PUT] /api/order/checkout
 ✓ [GET] /admin/:context/:id
 ✓ [GET] /admin/logout
 ✓ [GET] /admin/:context
 ✓ [GET] /admin
 ✓ [GET] /cart
 ✓ [GET] /order/:id
 ✓ [GET] /checkout
 ✓ [GET] /login
 ✓ [GET] /logout
 ✓ [GET] /profile
 ✓ [POS] /profile
 ✓ [GET] /collection/:id
 ✓ [GET] /product/:id
 ✓ [GET] /tag/:id
 ✓ [GET] /:page
 ✓ [GET] /assets/core
 ⚑ Error connection: undefined

Node version: 0.10.33

Unable to run example

When I run node 80cents.js I am getting an Error connection : undefined. Do I need to setup a mongodb database separately to get the example to work?

Checkout is not working

If I Click on checkout from the cart page, it load checkout page and then redirected to main page, not sure what is causing this.

Start 80cents not working

This is the log:

$ node 80cents.js

ZENserver v1.7.9 - Easy (but powerful) NodeJS server

https://github.com/soyjavi/zen-server

▣ ENVIRONMENT
✓ Environment development
✓ Address localhost:1337

✓ Timezone Europe/Amsterdam

▣ SERVICES
✓ [POS] /api/signup
✓ [POS] /api/login
✓ [POS] /api/logout
✓ [GET] /api/profile
✓ [PUT] /api/profile
✓ [POS] /api/order/line
✓ [DEL] /api/order/line
✓ [PUT] /api/order/discount
✓ [PUT] /api/order
✓ [GET] /api/order
✓ [GET] /api/customer
✓ [PUT] /api/customer
✓ [DEL] /api/customer
✓ [GET] /api/collection
✓ [POS] /api/collection
✓ [PUT] /api/collection
✓ [DEL] /api/collection
✓ [GET] /api/product
✓ [POS] /api/product
✓ [PUT] /api/product
✓ [DEL] /api/product
✓ [GET] /api/review
✓ [POS] /api/review
✓ [PUT] /api/review
✓ [DEL] /api/review
✓ [POS] /api/image
✓ [DEL] /api/image
✓ [GET] /api/settings
✓ [PUT] /api/settings
✓ [GET] /api/page
✓ [POS] /api/page
✓ [PUT] /api/page
✓ [DEL] /api/page
✓ [GET] /api/discount
✓ [POS] /api/discount
✓ [PUT] /api/discount
✓ [DEL] /api/discount
✓ [PUT] /api/order/checkout
✓ [GET] /admin/:context/:id
✓ [GET] /admin/logout
✓ [GET] /admin/:context
✓ [GET] /admin
✓ [GET] /cart
✓ [GET] /order/:id
✓ [GET] /checkout
✓ [GET] /login
✓ [GET] /logout
✓ [GET] /profile
✓ [POS] /profile
✓ [GET] /collection/:id
✓ [GET] /product/:id
✓ [GET] /tag/:id
✓ [GET] /:page
✓ [GET] /assets/core
⚑ Error connection: undefined

Login not working firefox

After your enter your credentials and press Login/Signup in firefox. You get an error "mail is required" even if you have entered it.
It is working fine in chrome.

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.