Version 1.0.0 (released 2017.6)
Version 0.2.0 (released 2017.4)
Version 0.1.1 (released 2016.11)
Open Source E-Commerce Solution for Everyone built with Sails.js (Node.js + MongoDB)
- Node.js v4.4.1, v5 or v7
- MongoDB v3.2.6
-
With Node Package
npm install ymple-ecommerce
-
INSTALLATION NPM
npm install ymple-ecommerce
cd ymple-ecommerce
npm install
node app.js
- With Github
Clone the Git project
For Ubuntu and Centos run:
npm install bcrypt
npm install connect-mongo
node app.js
-
CONFIGURATION
[1]Configure and run a mongodb instance ( the default is host: 'localhost', port: 27017)
[2]Create a mongoDb database with name ymple
[3] Go to http://localhost:1338/install
[4] Default login credential : admin@admin.com / admin
node app.js
-
FRONT END
Navigate to http://localhost:1338 You can loggin with the user: admin@admin.com and password: admin
-
BACK END
You can access at http://localhost:1338/admin
YmpleCommerce is an Open Source project.
If you want to contribute code to Ymple-Ecommerce, read the [CONTRIBUTING.md][7] file in this repository or read the [tutorials about contribution][8] on the documentation site.
======== Code licensed under GPL v3 License.
