Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 723 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 723 Bytes

LightCom

The purpose

Design and implement light and fast ecommerce solution framework. See details in my blog

Technology stack

  • NodeJS
  • ExpressJS
  • MongoDB

Installation

Before installing make sure you have node and Mongo installed

  1. Clone this repository: git clone https://github.com/agnislav/lightcom.git
  2. Clone API repository: git clone https://github.com/agnislav/lightcom-api.git
  3. Cloned repositories should be placed within the same directory
  4. Install dependencies: cd lightcom-api && npm install && cd ../lightcom && npm install
  5. Start the app: npm start
  6. Fill the db: open 'http://localhost:3000/manage/db/flush' in your browser