https://github.com/lehuygiang28/vnpay-mvc-example
An example express mvc app to payment with vnpay
https://github.com/lehuygiang28/vnpay-mvc-example
express vnpay vnpay-express vnpay-node
Last synced: 2 months ago
JSON representation
An example express mvc app to payment with vnpay
- Host: GitHub
- URL: https://github.com/lehuygiang28/vnpay-mvc-example
- Owner: lehuygiang28
- Created: 2024-05-15T13:05:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-16T07:04:54.000Z (about 1 year ago)
- Last Synced: 2025-01-29T09:40:55.481Z (4 months ago)
- Topics: express, vnpay, vnpay-express, vnpay-node
- Language: Handlebars
- Homepage: https://vnpay-mvc-example.vercel.app
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vnpay-mvc-example
## Cài đặt
1. Cài đặt phụ thuộc
```bash
$ npm install
```2. Cài đặt các biến môi trường
- Copy file `.env.example` và đổi tên thành `.env`
- Điền thông tin cấu hình vào file `.env`3. Chạy ứng dụng
- Chế độ phát triển
```bash
$ npm run dev
```- Chế độ production
```bash
$ npm run build
$ npm run start
```## Hỗ trợ
#### Vnpay is an open-source and free project. If you find this library useful, please give it a ⭐️ on GitHub and buy the author a cup of coffee.
## Đóng góp
### Bắt đầu
Trước khi bắt đầu, hãy đảm bảo rằng bạn đã đọc [hướng dẫn đóng góp](.github/CONTRIBUTING.md).
### Người đóng góp