Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.21 KB

Wazapi

Wazapi project started by [wazapi team], built on top of [Node.JS].

This lending and trading system aims to bring the user a new buying and - most importantly - LEGAL lending experiment from and to other users.

Features

  • First LEGAL lending system.
  • Buy books online and lend them to your friends.
  • Rent book to other users.

Browser Support

We are initially supporting firefox and chrome and this is a development repo, other browsers might be less stable until a proper release.

Installation

You will need git, node 0.6.x, nodemon and npm to be able to run the following:

Clone the repository

$ git clone [email protected]:mostafaeweda/wazapi.git

Install dependencies

$ npm install

Initialize the mongo db

$ node app.js --init

Start the application using nodemon

$ nodemon app.js

This runs the app locally on: http://localhost:3000

Developers in this project