This is a NestJS APIs to provide Lightning endpoints. You can find the Swagger documentation at:
https://lightning.murrayrothbot.com/swagger
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
# remove all deps and reinstall from scratch
$ npm run clean
# check for dependencies updates
$ npm run check
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the terms of the MIT.