An express API which uses: Stripe, Reddis, Postgres, Sequlize, Passport, SocketIo, NYC, Mocha and Chai.
# 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