Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 552 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 552 Bytes

Nest Payments

A payment record system built with Nest.js and Stripe.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Api Documentation

To view the open api documentation use:

$ npm run start:dev

and navigate to localhost:3000/api.

License

Nest is MIT licensed.