Skip to content

agnislav/lightcom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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