Skip to content

thudsonbu/nest

Repository files navigation

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.

About

Payment records with Nest.js and Stripe.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published