hinofafa / NodeJS-Firebase-basic

Integrations with either client database or third-party APIs. For TODO list APIs in Node.JS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS-Firebase-basic

Please use "node" command to start app.js service. The service has already linked with provided Firebase. Behalf of provide TODO list result, I list the call method below. * can fill any string words.

API 1) Add a TODO Item with the following data

http://localhost:3000/AddTodo?UserID=*&TODOName=*&TODODeadline=*

API 2) Read a TODO Item

http://localhost:3000/ReadTodo?TODOID=*

API 3) Change the Deadline of a TODO item

http://localhost:3000/ChangeDeadline?TODOID*&TODODeadline=*

API 4) Delete a TODO item

http://localhost:3000/DeleteTodo?TODOID=*

API 5) List all TODO items

http://localhost:3000/ListAllTodo?UserID=*

About

Integrations with either client database or third-party APIs. For TODO list APIs in Node.JS.


Languages

Language:JavaScript 100.0%