push code
parents
Showing
.bowerrc
0 → 100644
.csslintrc
0 → 100644
.dockerignore
0 → 100644
.editorconfig
0 → 100644
.env.example
0 → 100644
.gitignore
0 → 100644
.jshintrc
0 → 100644
CLAUDE.md
0 → 100644
Dockerfile
0 → 100644
LICENSE.md
0 → 100644
MGP_Merchant_Interface_V1.4.7VN.md
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
README.md
0 → 100644
app/controllers/core.server.controller.js
0 → 100644
This diff is collapsed.
Click to expand it.
app/controllers/errors.server.controller.js
0 → 100644
app/libs/ApiRequest.js
0 → 100644
app/libs/utils.js
0 → 100644
app/models/Order.js
0 → 100644
app/resources/demo.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
app/resources/district.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
app/resources/provinces.json
0 → 100644
This diff is collapsed.
Click to expand it.
app/resources/seo.json
0 → 100644
app/resources/wards.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
app/routes/core.server.routes.js
0 → 100644
app/views/404.server.view.html
0 → 100644
app/views/500.server.view.html
0 → 100644
app/views/frontend/index.server.view.html
0 → 100644
app/views/frontend/layout.server.view.html
0 → 100644
bower.json
0 → 100644
config/config.js
0 → 100644
config/env/all.js
0 → 100644
config/env/development.js
0 → 100644
config/env/production.js
0 → 100644
config/env/test.js
0 → 100644
config/express.js
0 → 100644
config/init.js
0 → 100644
config/log.js
0 → 100644
config/redis.js
0 → 100644
deploy.md
0 → 100644
docker-compose.yml
0 → 100644
gruntfile.js
0 → 100644
karma.conf.js
0 → 100644
log/.gitignore
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | ||
| "name": "PAYMENT-GATE", | ||
| "description": "PAYMENTGATE", | ||
| "version": "0.0.1", | ||
| "author": "AnhPT", | ||
| "engines": { | ||
| "node": "6.11.1", | ||
| "npm": "3.10.10" | ||
| }, | ||
| "scripts": { | ||
| "start": "nodemon --ignore node_modules/ --ignore public/ server.js development", | ||
| "test": "grunt test", | ||
| "css": "grunt default", | ||
| "postinstall": "bower install --config.interactive=false" | ||
| }, | ||
| "dependencies": { | ||
| "async": "^2.0.1", | ||
| "body-parser": "^1.9.3", | ||
| "bunyan": "^1.8.1", | ||
| "chalk": "^0.5.1", | ||
| "compression": "^1.6.2", | ||
| "connect-redis": "^2.2.0", | ||
| "consolidate": "^0.10.0", | ||
| "cookie-parser": "^1.4.1", | ||
| "cors": "^2.8.5", | ||
| "crypto": "^1.0.1", | ||
| "crypto-js": "^4.1.1", | ||
| "dateformat": "^3.0.3", | ||
| "dotenv": "^17.4.2", | ||
| "express": "^4.14.0", | ||
| "express-session": "^1.13.0", | ||
| "glob": "^7.2.3", | ||
| "he": "^0.5.0", | ||
| "helmet": "^2.1.1", | ||
| "hipchatter": "^0.2.0", | ||
| "http": "0.0.0", | ||
| "https-localhost": "^4.4.1", | ||
| "jsonwebtoken": "^9.0.2", | ||
| "lodash": "^3.6.0", | ||
| "lodash.samplesize": "^4.2.0", | ||
| "materialize-stepper": "^3.1.0", | ||
| "md5": "^2.3.0", | ||
| "method-override": "~2.3.0", | ||
| "moment": "^2.9.0", | ||
| "mongoose": "^5.7.12", | ||
| "morgan": "^1.4.1", | ||
| "node-rsa": "^1.1.1", | ||
| "nodemon": "^2.0.2", | ||
| "numeral": "^1.5.3", | ||
| "qs": "^6.9.0", | ||
| "redis": "^2.6.2", | ||
| "request": "^2.55.0", | ||
| "sendgrid": "^5.2.3", | ||
| "serve-favicon": "^2.3.0", | ||
| "sha256": "^0.2.0", | ||
| "swig": "^1.4.2", | ||
| "uuid": "2.0.1", | ||
| "validator": "~4.3.0" | ||
| }, | ||
| "devDependencies": { | ||
| "grunt": "^1.0.4", | ||
| "grunt-cli": "^1.3.2", | ||
| "grunt-concurrent": "~1.0.0", | ||
| "grunt-contrib-cssmin": "~0.10.0", | ||
| "grunt-contrib-watch": "~0.6.1", | ||
| "grunt-env": "~0.4.1", | ||
| "grunt-nodemon": "~0.3.0", | ||
| "load-grunt-tasks": "~1.0.0" | ||
| } | ||
| } |
public/assets/css/bootstrap-tagsinput.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/frontend/layout/css/custom.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/frontend/layout/css/midle.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/frontend/layout/css/style.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/frontend/layout/img/new.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/frontend/layout/img/sale.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/frontend/layout/img/up.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/frontend/layout/scripts/wow.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/frontend/logo.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/frontend/pages/css/animate.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/frontend/pages/css/gallery.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/frontend/pages/css/index.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/frontend/pages/css/layout.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/frontend/pages/img/BCT.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/frontend/pages/scripts/chat.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/frontend/template-sample.html
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/css/404.webstore.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/css/bootstrap.min.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/assets/global/css/components.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
public/assets/global/img/favicon.ico
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/Thumbs.db
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/aboutme.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/amazon.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/behance.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/blogger.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/dribbble.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/dropbox.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/evernote.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/facebook.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/flickr.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/forrst.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/github.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/gravatar.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/klout.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/last-fm.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/linkedin.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/myspace.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/picasa.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/pintrest.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/quora.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/reddit.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/rss.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/skype.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/spotify.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/tumblr.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/twitter.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/vimeo.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/vk.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/xing.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/yahoo.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/img/social/youtube.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/global/plugins/gmaps/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
public/assets/global/plugins/gmaps/gmaps.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/global/plugins/jquery.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/assets/resources/linhvuc.json
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/dropify.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/font.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/font.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/index.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/index.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/mstepper.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/registerTrial.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/registerTrial.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/reponsive.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/reponsive.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/style.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/style.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/table.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/table.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/FontAwesome.otf
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/HelveticaNeue.otf
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/RobotoMono-Regular.woff
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/Simple-Line-Icons.eot
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/Simple-Line-Icons.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/fonts/Simple-Line-Icons.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/Simple-Line-Icons.woff
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/dropify.woff
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/fontawesome-webfont.eot
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/fontawesome-webfont.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/fonts/fontawesome-webfont.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/fontawesome-webfont.woff
0 → 100644
This diff is collapsed.
Click to expand it.
public/fonts/fontawesome-webfont.woff2
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/fonts/ionicons.woff
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/favico1.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/home/logo-macca.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/home/refresh.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/home/slider.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/home/vector.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/img/slider/spin.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/epay/payment.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/jquery.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/jssor.slider-27.5.0.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/lazy-load/jquery.lazyload.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/lazy-load/jquery.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/js/magnific/magnific-popup.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/js/materialize/materialize.min.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/js/materialize/materialize.min.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/js/mstepper.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/slider/ninja-slider.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/slider/ninja-slider.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/mylib/socket.io/socket.io-1.3.7.js
0 → 100644
This diff is collapsed.
Click to expand it.
server.js
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment