Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

rcotrina94/webpcms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webPCMS - Web Product Catalog Management System

What is it?

In brief: webPCMS is a simple web application that provides to retailers a way to put your products catalog online that let customers to generate a pro forma invoice wich is emailed to retailer. This email contains all information necessary to agree a sale.

How-to Install

  1. Install a Node.js and MongoDB enviroment
  2. Download this repository or clone:
    • Mercurial:
      • hg clone https://bitbucket.org/rcotrina94/webpcms
    • Git:
      • git clone https://github.com/rcotrina94/webPCMS.git
  3. Download and install dependences:
    1. Open terminal/console
    2. cd to main directory
    3. npm install and wait until finished
  4. To run the app just write down on terminal:
    • For Production : npm start
    • For Development: npm run dev
    • If using supervisor:
      • For Production : npm run spro
      • For Development: npm run sdev

Development

webPCMS is baked in Node.js (Javascript) and Mongoose (MongoDB ODM for Node) in backend, and a fully HTML5, CSS3, JS in frontend with Bootstrap framework and jQuery, redered by Nunjucks, a jinja-like/twig-like super flexible template engine for Node.

About

Web Product Catalog Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published