Skip to content

OsamaKhan220/nosql-node-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restful Web APIs with Node.js, Express, PostgreSql and TypeScript

Clone And Run Npm Install

Run On PostMan

GET https://nosql-node-api.herokuapp.com/todo/api/v1.0/tasks Retrieve list of tasks

GET https://nosql-node-api.herokuapp.com/todo/api/v1.0/tasks/[task_id] Retrieve a task

POST https://nosql-node-api.herokuapp.com/todo/api/v1.0/tasks Create a new task

PUT https://nosql-node-api.herokuapp.com/todo/api/v1.0/tasks/[task_id] Update an existing task

DELETE https://nosql-node-api.herokuapp.com/todo/api/v1.0/tasks/[task_id] Delete a task

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published