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

https://github.com/repodevs/ntask-api

Simple REST API Task App
https://github.com/repodevs/ntask-api

nodejs rest-api

Last synced: about 23 hours ago
JSON representation

Simple REST API Task App

Awesome Lists containing this project

README

          

# NTASK API

---

## How To Run

Install Dependencies

```bash
npm install
```

Run App
```bash
npm start
````

or use nodemon
```bash
nodemon -x npm start
```