/eStore

demo on aws

Primary LanguageJavaScript

The solution includes: (from release 2.2.2)

  • public : Public Site
  • client : Admin Site
  • server : APIs
  • database : estore
  • storage : fs or azure blob or amazone s3
  • config info : "/server/config/config.js" to setup: username & password & database name
  • hosting : http://ec2-xx-yy-hhh-kkk.compute-1.amazonaws.com/
  • user/password : admin/@dmin

For running:

For docker:

  • find docker hub: mysql:5.7
  • find mysql ipaddress: docker inspect [containerid-mysql]
  • update config mysql's ip address
  • docker-compose up

For download & guide: