Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amos-kibet/kotanipay-test-api
https://github.com/amos-kibet/kotanipay-test-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amos-kibet/kotanipay-test-api
- Owner: amos-kibet
- Created: 2022-07-21T09:48:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T11:02:28.000Z (over 2 years ago)
- Last Synced: 2023-03-05T18:49:48.445Z (almost 2 years ago)
- Language: HTML
- Size: 325 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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