https://github.com/tanvirstreame/sslcommerze-integrate-express-next-typescript
https://github.com/tanvirstreame/sslcommerze-integrate-express-next-typescript
expressjs nextjs sslcommerz-payment-gateway typescript
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanvirstreame/sslcommerze-integrate-express-next-typescript
- Owner: tanvirstreame
- Created: 2022-05-15T08:24:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T16:24:31.000Z (about 3 years ago)
- Last Synced: 2025-02-02T00:14:18.567Z (4 months ago)
- Topics: expressjs, nextjs, sslcommerz-payment-gateway, typescript
- Language: TypeScript
- Homepage:
- Size: 59.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SSL Commerz Integration With NEXT JS and EXPRESS JS (TypeScript)
[](https://travis-ci.org/joemccann/dillinger)
# Features
- Payment gateway
### Tech* Express JS
* Next JS
* Type Script### Installation
Create a sandbox account - https://developer.sslcommerz.com/registration/
Get your store id and password and add them in .envInstall the dependencies and devDependencies and start the server.
```sh
$ npm install
```
Running the backend project...```sh
$ npm start
```
Verify the deployment by navigating to your server address in your preferred browser.```sh
127.0.0.1:8080
```Running the frontend project...
```sh
$ npm run dev
```
Verify the deployment by navigating to your server address in your preferred browser.```sh
127.0.0.1:3000
```License
----MIT