0.0.4 • Published 9 years ago

all4sale v0.0.4

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
9 years ago

This is a simple NodeJS application to help you promote garage sale online and sell your unused stuff. It can also help you if your moving from one country to another and need to sell everything.

Functionalities

  • Offer products - Based on a YAML file to act as the "database". Can't be simples than this.
  • Sell stuff - No online payments. Whenever someone want's to buy your stuff you will get an email
  • Mobile friendly - Based on Bootstrap 3. Layout as simple as it can be (and ugly as well)
  • Multiple currencies supported - Support offered by numeral
  • Custom pages - Customize the content of the about page (more to come)

Getting Started

git clone https://github.com/tucaz/all4sale.git
npm install
node index.js

Adding products

Simply edit products.yaml and add all your products.

Configuration

All available configurations can be changed in config.yaml.