Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 443 Bytes

File metadata and controls

16 lines (11 loc) · 443 Bytes

Test application on Node.js

A simple RESTful API used to view / create / edit / delete tasks.

Installation

npm install
npm build
npm start

Usage

It is suggested to use Postman to start making requests to your API.
If you wish to view the tasks rendered with React you can visit http://localhost:3000