/webstore

Icreated WebStore for ERP iDempiere

Primary LanguageTypeScript

∫ created

Integration created Donate

Icreated WebStore for Idempiere

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

WebStore Architecture

Server side WebStore API REST services project for Idempiere is available here:

https://github.com/icreated/webstore-api

Some snapshots:

Home page

WebStore Home

Basket page

WebStore Basket

Checkout page

WebStore Checkout

Order page

WebStore Order

Installing / Getting started

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

Deploying / Publishing / Testing

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.

Contributing

If you'd like to contribute, please fork the repository and use a feature branch.

Pull requests are warmly welcome

Licensing

GNU General Public License