https://github.com/zafar-saleem/techboox
https://github.com/zafar-saleem/techboox
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zafar-saleem/techboox
- Owner: zafar-saleem
- Created: 2015-10-29T09:38:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T22:44:11.000Z (about 8 years ago)
- Last Synced: 2025-01-01T03:27:34.085Z (10 months ago)
- Language: JavaScript
- Size: 9.09 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TechBoox
===========
Bookstore website
Stack
===========
Fullstack Javascript(Nodejs v5 with Krakenjs framework), MongoDB, CSS, HTML, Foundation, Dust templates.
Usage
===========
Clone repository
Run `npm install` in projects root folder to download dependencies.
Create `techboox` database in MongoDB.
Create `books` and `categories` collections with following attribute:
```
book
title: String,
category: String,
description: String,
author: String,
publisher: String,
price: Number,
cover: String
categories
name: String
```
Now run `npm start` in techboox root folder.