Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lowesyang/payment-transaction-system
在线支付系统之支付事务处理子系统
https://github.com/lowesyang/payment-transaction-system
Last synced: 1 day ago
JSON representation
在线支付系统之支付事务处理子系统
- Host: GitHub
- URL: https://github.com/lowesyang/payment-transaction-system
- Owner: lowesyang
- Created: 2016-06-23T08:13:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-23T08:17:35.000Z (over 8 years ago)
- Last Synced: 2024-08-08T15:24:33.402Z (3 months ago)
- Language: PHP
- Size: 1.09 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### 在线支付系统
#### 技术选型
##### 前端:
* angular.js,基于ui.router作SPA开发
* 使用了轻量的服务器live-server做前后端分离##### 后端:
统一使用PHP#### How to run this version
1. git clone
2. 安装npm (也可直接安装node.js,自带了npm.具体请自行百度)
3. npm install -g bower live-server
4. 进入frontend目录,运行bower install
5. liver-server --port=9999(可选)关于安装出现的问题:
mac下全局安装会出现问题。请执行以下指令:
* export PATH=/usr/local/lib/node_modules/bower/bin:$PATH
* export PATH=/usr/local/lib/node_modules/live-server:$PATHbower install 无权限问题:
* sudo bower install --allow-root
或者
* sudo chown -R xxx:xxx /Users/Andreas/.config/configstore/打开方式:
首页url: 运行live-server后会在浏览器中自动打开。
应用页:点击登录按钮直接登录即可。####something more
完整系统代码请前往[项目所在组织](https://github.com/Software-Basic-ZJU/online-payment-system)查看。