Design and implement light and fast ecommerce solution framework. See details in my blog
- NodeJS
- ExpressJS
- MongoDB
Before installing make sure you have node and Mongo installed
- Clone this repository:
git clone https://github.com/agnislav/lightcom.git
- Clone API repository:
git clone https://github.com/agnislav/lightcom-api.git
- Cloned repositories should be placed within the same directory
- Install dependencies:
cd lightcom-api && npm install && cd ../lightcom && npm install
- Start the app:
npm start
- Fill the db: open 'http://localhost:3000/manage/db/flush' in your browser