A simple RESTful API used to view / create / edit / delete tasks.
npm install
npm build
npm startIt 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