You can see a running demo here Ymple Demo
Open Source Ecommerce Open Source Framework for Everyone built with Sails.js (Node.js + MongoDB)
- MongoDB
- Node.js
- Sails
- With Github
git clone https://github.com/Ymple/ymple-ecommerce.git
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] Default login credential : [email protected] / admin
[4] Go to http://localhost:1338/install
-
FRONT END
Navigate to http://localhost:1338 You can loggin with the user: [email protected] and password: admin
-
BACK END
You can access at http://localhost:1338/admin
You can loggin with the user: [email protected] and password: admin
If you want to contribute / ask question , you can use Gitter link or create one issue in the project
======== Code licensed under GPL v3 License.