Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 561 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 561 Bytes

[Archived] Beamitfast API Server Setup

Pre Install

NPM Install

  • None

Server Setup

You will need all of them to successfully start up BuddyCard API server

Initialization

Clone repository from BitBucket

$ git clone https://[email protected]/stevenc81/beamitfast.git

Install Dependent Packages

$ npm install

Configure

$ cp config.default.js config.js

Modify user and password in db in config.js to match your local MySQL for testing.

Run Server

$ node api.js