Code Monkey home page Code Monkey logo

80cents's Introduction

A real and easy NodeJS service for create ecommerce platforms.


Package Quality


Installation

In less than five minutes you can have your ecommerce up and ready. 80cents is registered as a Node package with NPM. You can install the latest version of 80cents with the command:

npm install 80cents

Files

After install NPM package, you need create the following structure of files and folders. If you want you can download our example:

.
├── environment
│   ├── development.yml
│   └── ..
├── 80cents.js
├── 80cents.yml
├── bower.json
├── gulpfile.coffee
├── package.json

80cents it's powered by ZEN-server. You can find proper settings for these files in the next links:

Commands

Install dependencies and bower components:

npm install
bower install

And compiles:

gulp init

Now start application running the following command:

node 80cents.js

Running your store

Your shop is running at http://localhost:1337


Quick start

Manage your account at http://localhost:1337/admin. After admin registration let's start with basic information about your store:

Settings

In this section you can edit information about your store as Name, Homepage, Metas and Mail addresses for contact. Also, you can configure your shop address. This information will appears on your invoice.

image

Then you can edit Standard and Format for products details.

image

Collections

Start building your store creating some collections, in this example we are building a shop for sell or buy tech devices so we need a Mobile, Tablets and Desktop categories.

Select Collections from aside and click on Add a Collection button. Fill the form and after saving basic information you can upload images for this category.

image

Products

The next step is to add products to categories. Select Products from aside and create a new one and edit product's information.

image

Discounts

In this section you can define discounts for your customers. Define a code, description and if the discount is in percent or money. Also, you can configure your discount for entire order, collection or product.

image

Pages

Use this section to add static pages as About, Shipping, Returns, Terms of use or any other that you need.

Links for Pages are shown at footer. You can check Header Menu checkbox for have links at header.

image

Payments

With 80 cents you can choose as payment between PayPal or Stripe. You just need configure your keys.

image


Customize

Coming soon

Theme

Templates

Endpoints

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

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

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?

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.

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

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.

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$

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

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.