Abstract:
DjonDB is a document based database whose query language is similar to SQL which makes it easy for the users to understand. All the documents in DjonDB are stored in files and organized by namespace in the data folder. Each database may contain one or several namespaces, and these namespaces may contain several documents. We have created a product catalog with DjonDB, PHP Restler and Backbone JS. In our application user will be able to: 1. Browse available products. 2. See product details. 3. Add a new product to the catalog. We want to use a web browser to use the application, so the client will be an HTML, CSS and JavaScript application created with Twitter Bootstrap and Backbone.js.