Open Source Ecommerce Open Source Framework for Everyone built with Sails.js (Node.js + MongoDB)
- MongoDB
- Node.js
- npm v
- With Github
git clone https://github.com/Ymple/ymple-ecommerce.git
cd ymple-ecommerce
npm install
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
You can loggin with the user: admin@admin.com and password: admin
If you want to contribute / ask question , you can use Gitter link or create one issue in the project
The branch to request PR is: 1.1.0
======== Code licensed under GPL v3 License.