https://github.com/pbteja1998/blockfund-backend-2
https://github.com/pbteja1998/blockfund-backend-2
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pbteja1998/blockfund-backend-2
- Owner: pbteja1998
- Created: 2018-08-04T03:21:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T09:05:58.000Z (about 7 years ago)
- Last Synced: 2024-12-28T14:37:29.320Z (9 months ago)
- Language: JavaScript
- Size: 2.76 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlockFund - Backend
## Installation
1. Install Dependencies
```
npm install
```2. Run server
```
DEBUG=blockfund-backend:* npm start
```