Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 540 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 540 Bytes

Maticjs SDK Demo

A demo project for Maticjs SDK.

Description

A REST API built with Express js.
MaticJs Demo.postman_collection.json is the Postman collection file.

Getting Started

Dependencies

  • Node version 16.16
  • Npm version 8.11

Installing

  • Install NPM packages
    • npm i
  • Copy .env.example to .env and update .env file for values

Executing program

  • Run Server in development mode.
npm run start:dev
  • For ease of testing you can import Postman Collection and start making requests.