diff --git a/README.md b/README.md index 9353c4a..687d789 100644 --- a/README.md +++ b/README.md @@ -1 +1,28 @@ -# sol-pay-bill \ No newline at end of file +## 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. + +### Requirements -server[For Now] +* NPM and Node installed, download [HERE](https://phoenixnap.com/kb/install-node-js-npm-on-windows) + +* git clone the repository + +``` + $ git clone https://github.com/Samuellyworld/sol-pay-bill.git +``` +- open app directory + +``` + $ cd sol-pay-bill +``` + +- install server dependencies + +``` + $ npm run install-server +``` + +- start server +``` + $ npm run server +``` +