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