Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

xmk-dev/issue-tracker-api

Repository files navigation

Issue Tracker Api

Simple issue tracker REST API created in Node.js.

Development

  • Install

    npm ci --legacy-peer-deps
    
  • Start

    npm run start
    

Future work

  • Add tests