Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anhvoduy/estore
demo on aws
https://github.com/anhvoduy/estore
angularjs mysql nodejs
Last synced: 7 days ago
JSON representation
demo on aws
- Host: GitHub
- URL: https://github.com/anhvoduy/estore
- Owner: anhvoduy
- Created: 2016-09-01T16:53:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T15:06:15.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T18:07:07.570Z (over 1 year ago)
- Topics: angularjs, mysql, nodejs
- Language: JavaScript
- Homepage: http://ec2-52-91-195-178.compute-1.amazonaws.com/
- Size: 15.9 MB
- Stars: 8
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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/@dminFor running:
- install mysql 5.7
- install nodejs 8.11.1
- open command line:
npm install or yarn install
npm run start or npm run dev (with nodemon)
- public site: http://localhost:3000/
- admin site: http://localhost:3000/admin/For docker:
- find docker hub: mysql:5.7
- find mysql ipaddress: docker inspect [containerid-mysql]
- update config mysql's ip address
- docker-compose upFor download & guide:
- nodejs: https://nodejs.org/en/
- nodemon: https://github.com/remy/nodemon
- elasticsearch: https://www.elastic.co/guide/en/elasticsearch/reference/current/windows.html/
- redis: https://redis.io/
- azure : https://docs.microsoft.com/en-us/azure/app-service-web/app-service-web-tutorial-nodejs-mongodb-app