Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 937 Bytes

README.md

File metadata and controls

61 lines (40 loc) · 937 Bytes

Murray Rothbot Logo

Description

This is a NestJS APIs to provide Lightning endpoints. You can find the Swagger documentation at:

https://lightning.murrayrothbot.com/swagger

Installation

$ npm install

Running

# 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

Extras

# remove all deps and reinstall from scratch
$ npm run clean

# check for dependencies updates
$ npm run check

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the terms of the MIT.