Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 867 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 867 Bytes

Stampless API Client

An express API which uses: Stripe, Reddis, Postgres, Sequlize, Passport, SocketIo, NYC, Mocha and Chai.

Build Status codecov Greenkeeper badge

# Run the API client with nodemon:
npm run dev

# Run Unit test
npm run test

# Run with Coverage
npm run test-with-coverage

# Run in production
npm run start