A demo project for Maticjs SDK.
A REST API built with Express js.
MaticJs Demo.postman_collection.json
is the Postman collection file.
- Node version 16.16
- Npm version 8.11
- Install NPM packages
npm i
- Copy
.env.example
to.env
and update .env file for values
- Run Server in development mode.
npm run start:dev
- For ease of testing you can import Postman Collection and start making requests.