elysium-sdk-test
v0.0.48
Published
Code repository for elysium-sdk
Readme
Description
Repo for Elysium API Service using Nest js
Installation and Setup
Prerequisite
- Nodejs LTS installed from here
Setup
- Clone/download the code from the given repository.
- Run the following command in the respective project directories. (NOTE: use either npm or yarn)
$ npm installOR
$ yarn installthis will install all the dependencies that are required.
- To run the test cases inside the project, follow these command,
$ npm run test *filename.spec.ts*OR
$ yarn test *filename.spec.ts*- The SDK can be installed to a project, follow this docs for more information.
