jg3526 / MeteorProductReview

A system that allow users to write reviews about products add products for reviews.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MeteorProductReview

A system that allow users to write reviews about products add products for reviews.

Features

Deployment:

Structure

MeteorProductReview/
├── server/
│   └── common.js
├── client/
│   ├── common.js
│   ├── templates/
│   │   ├── includes/
│   │   │   ├── head.html
│   │   │   ├── sidebar.html
│   │   │   ├── navbar.html
│   │   │   ├── footer.html
│   │   │   ├── layout.html
│   │   │   └── includes.js
│   │   ├── homepage/
│   │   │   ├── homepage.html
│   │   │   └── homepage.js
│   │   ├── products/
│   │   │   ├── products.html
│   │   │   └── products.js
│   │   └── addproduct/
│   │       ├── products.html
│   │       └── products.js
│   └── stylesheets/
│       └── pr.css
├── lib/
│   ├── common.js
│   ├── collections.js
│   └── router.js
└── public/
    └── img/

About

A system that allow users to write reviews about products add products for reviews.


Languages

Language:HTML 62.4%Language:JavaScript 35.3%Language:CSS 2.3%