/restAPI

Primary LanguageJavaScript

Rest API

Implementation of a Rest API that uses HTTP verbs in order to realize CRUD operations on the database created (SQLite)

Installation

To run this project is necessary to install the package below

npm install 

Routes Used

GET: '/tasks' & '/tasks/:id'

POST: '/tasks'

PUT: '/tasks/:id'

DELETE: '/tasks/:id'