# mpesa-api-svc
Mpesa [daraja] API Payments Service -ThirdParty
## Description
Nest framework TypeScript starter for implementing Mpesa payments c2b and c2b
## Project setup
```bash
$ npm install
```
## Compile and run the project
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
## Configure & Run
- api-docs -
localhost
- ensure to copy the .env.example file to either .env.development for dev and/or .env.production for prod and replace all keys
## Run tests
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```
## Deployment
- wip
## W.I.P
- finish seting up all mpesa apis (b2b,register,ratiba etc)
- implement tests
- add deploymet methods