sol-pay allow for payment of several kinds of bills (including airtime, data bundles, Internet, electricity and cable TV) in Nigeria and across multiple African countries.
## sol-pay-bill
sol-pay allow for payment of several kinds of bills (including airtime, data bundles, Internet, electricity and cable TV) in Nigeria and across multiple African countries.
### Backend API Documentation
documenter.getpostman.com
### Figma Link
figma.com
### Requirements -server[For Now]
* NPM and Node installed, download HERE
* git clone the repository
```
$ git clone
github.com
```
- open app directory
```
$ cd sol-pay-bill
```
- install server dependencies
```
$ npm run install-server
```
- start server
```
$ npm run server
```