Skip to content
/ Junkie Public

Spring Boot rest Api connected to mongoDB to test the framework out

Notifications You must be signed in to change notification settings

Elbarqy/Junkie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Junkie

a healthy junkie keeping track of what he/she injected in his blood stream

Request Type API LINK Descreption
GET http://localhost:8080/junkies gets all users on the db
GET http://localhost:8080/junkie/{id} get junkie by id
POST http://localhost:8080/junkie {"name":"newJunkie}
GET http://localhost:8080/Meds Gets al the meds in the db
GET http://localhost:8080/meds/{id} get med by id
POST http://localhost:8080/addMeds {"name":"Lethal"}
GET http://localhost:8080/injectionLogs/{skip} gets logs of all injections
GET http://localhost:8080/injectionLogOf/{id}?skip={skip} get logs of user
POST http://localhost:8080/inject {injectorID: {id}, injectedID:{id},medsID:{id}}

About

Spring Boot rest Api connected to mongoDB to test the framework out

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages