Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amos-kibet/kotanipay-test-api


https://github.com/amos-kibet/kotanipay-test-api

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

### Install

Clone the repo
$ cd PROJECT_TITLE
$ npm install

### Configure app

1. Create Firebase project.
2. Open the project setting and copy the firebase script.
3. Paste to the `config/firebase.js` file.

### Start app

$ npm start

### Start app using Nodemon

$ npm run dev