Skip to content

Open project to track the Banned drugs/medicine all over the world.

Notifications You must be signed in to change notification settings

rhtpandeyIN/banneddrugs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banned Drugs

Open project to track the Banned drugs/medicine all over the world.

Sample project to use node-ibm_db API

#USER API Details (/user/):

  1. /druglist
  2. /search/:drugname
  3. /createdb
  4. /addbanneddrug
  5. /deletedb

1) /druglist

Get the list of Banned Drugs. How : Get - URL/user/druglist

2) /search/:drugname

Search for the particular Banned Drug. How : Get - URL/user/search/<drug_name>

3) /createdb

Create database "drug". How : Post - URL/user/createdb

4) /addbanneddrug

Insert the new Banned Drug into Database (1 drug once) How : Post - URL/user/addbanneddrug In Body of Post object send : { drugid : value , drugname : value }

5) /deletedb

Delete database "drug". How : Post - URL/user/deletedb

About

Open project to track the Banned drugs/medicine all over the world.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published