An open API service indexing awesome lists of open source software.

https://github.com/xmk-dev/issue-tracker-api

Simple issue tracker - REST API
https://github.com/xmk-dev/issue-tracker-api

issue-tracker mongodb nodejs rest-api

Last synced: about 1 year ago
JSON representation

Simple issue tracker - REST API

Awesome Lists containing this project

README

          

# 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