Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Emengkeng committed Oct 24, 2023
1 parent 4eb1ce3 commit b27e679
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Best E-wallet-virtual-card-system

[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Emengkeng/Depuis-Ewallet?logo=github&style=for-the-badge)](https://github.com/Emengkeng/)
[![GitHub last commit](https://img.shields.io/github/last-commit/Emengkeng/Depuis-Ewallet?style=for-the-badge&logo=git)](https://github.com/Emengkeng)
[![GitHub stars](https://img.shields.io/github/stars/Emengkeng/Depuis-Ewallet?style=for-the-badge)](https://github.com/Emengkeng/Depuis-Ewallet/stargazers)
[![My stars](https://img.shields.io/github/stars/Emengkeng?affiliations=OWNER%2CCOLLABORATOR&style=for-the-badge&label=My%20stars)](https://github.com/Emengkeng/Depuis-Ewallet/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/Emengkeng/Depuis-Ewallet?style=for-the-badge&logo=git)](https://github.com/Emengkeng/Depuis-Ewallet/network)
[![Code size](https://img.shields.io/github/languages/code-size/Emengkeng/Depuis-Ewallet?style=for-the-badge)](https://github.com/Emengkeng/Depuis-Ewallet)
[![Languages](https://img.shields.io/github/languages/count/Emengkeng/Depuis-Ewallet?style=for-the-badge)](https://github.com/Emengkeng/Depuis-Ewallet)
[![Top](https://img.shields.io/github/languages/top/Emengkeng/Depuis-Ewallet?style=for-the-badge&label=Top%20Languages)](https://github.com/Emengkeng/Depuis-Ewallet)
[![Issues](https://img.shields.io/github/issues/Emengkeng/Depuis-Ewallet?style=for-the-badge&label=Issues)](https://github.com/Emengkeng/Depuis-Ewallet)
[![Watchers]( https://img.shields.io/github/watchers/Emengkeng/Depuis-Ewallet?label=Watch&style=for-the-badge)](https://github.com/Emengkeng/Depuis-Ewallet/)


This system allow users to fund their account, transfer funds and withdraw from their account, and also subscribe to Real virtual credit card

# Note
Expand Down Expand Up @@ -26,7 +39,7 @@ Application is still under developement, new features may be added weekly
- express

# Todo
[] Adjust Deposit and Withdrawal
[] Switch Deposit and Withdrawal from axios to the Flutterwave Rave Package

[] Add mailing

Expand Down Expand Up @@ -186,9 +199,9 @@ This endpoint does the followings
1. Clone the project from github.

```
git clone https://github.com/Emengkeng/virtual-card-and-e-wallet.git
git clone https://github.com/Emengkeng/Depuis-Ewallet.git
```
git remote add origin https://github.com/Emengkeng/virtual-card-and-e-wallet.git
git remote add origin https://github.com/Emengkeng/Depuis-Ewallet.git
## Using manual download ZIP

1. Download repository
Expand Down
2 changes: 0 additions & 2 deletions server/config/cardfee.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ require('dotenv/config');
const fee = {
BASICC: process.env.BASICC ,
UNLIMITEDC: process.env.UNLIMITEDC ,
SHAREDC: process.env.SHAREDC ,
TRAVELC: process.env.TRAVELC ,
/* BUSINESSC: process.env.BUSINESSC ,
STUDENTC: process.env.STUDENTC ,
CHARITYC: process.env.CHARITYC ,
Expand Down

0 comments on commit b27e679

Please sign in to comment.