nodejs-mini-shop

A Node.js mini e-commerce shop

Stars
2

Nodejs Mini Shop

This is a simple e-commerce web app built with node.js, express.js, mongodb and ejs templating engine on the frontend.

Installation

    git clone https://github.com/Paplow/nodeja-mini-shop.git shop
    cd shop
    cp .env.example .env
    # Modify .env file accordingly
    npm install
    # Start your mongodb server
    npm start