The full information about this project is available here: https://icreated.co/projects/webstore
Idempiere Angular WebStore is a frontend application created as responsive angular / bootstrap seed for your projects. This applications shows standard web sites features:
- product catalog
- product search
- user authentication
- basket management synchronized with server
- order checkout
- private customer area
- orders information
- addresses management
- password update
- account information update
Server side WebStore API REST services project for Idempiere is available here:
https://github.com/icreated/webstore-api
Run npm install
.
This will create the node_modules directory in your current directory (if one doesn’t exist yet) and will download packages to that directory.
By default, Idempiere Webstore API REST endpoints are installed here:
http://localhost:8080/services/api/
Change constant API_ENDPOINT
in app/core/library.ts
if different
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
If you'd like to contribute, please fork the repository and use a feature branch.
Pull requests are warmly welcome
GNU General Public License