Start the designer by:
- Set up a complete Six910 development environment as shown on the github page for Six910
- Pull the template designer from github
- Open the designer folder in VSCode
- Type ./main in a terminal
- Open http://localhost:8080/admin in a browser window
- Log in with admin admin
https://hub.docker.com/r/ulboralabs/six910-ui
Six910 is currently a Release Candidate (RC) and currently running on multiple sites.
An open source ecommerce platform server for building online shopping cart systems; written in golang. This is the user's storefront and admin panel.
This project is the storefront UI that works with Six910 REST implementation of a hosted ecommerce solution.
- Users of Six910 UI, together with Six910 will be able to customize templates just like other hosted solutions.
- Templates can either be written in Golang templating or use a JavaScript framework like Angular or React.
- REST services expose all cart functionality.
There will also be a template designer to make desiging templates much easier than it currently is with most hosted shopping cart solutions.
- Users can download there current template
- Modify the template using the user's store URL
- Upload the template back to the hosted site