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.
- Install a Node.js and MongoDB enviroment
- Download this repository or clone:
- Mercurial:
hg clone https://bitbucket.org/rcotrina94/webpcms
- Git:
git clone https://github.com/rcotrina94/webPCMS.git
- Mercurial:
- Download and install dependences:
- Open terminal/console
cd
to main directorynpm install
and wait until finished
- 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
- For Production :
- For Production :
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.