Skip to content

vicckm/restAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published