Skip to content

adonispuente/Java_Back_End

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Back_End

This is a Java BackEnd that allows for complete CRUD opperations for this plant database. A user is able to edit, add, delete, and update any plant in the database with the data persisting and updating quickly.

Pathways GET /users - List All Users /myinfo - gets an authenticated users info through their unique token /plants - list every plant in the database

DELETE /user/{id} - Deletes a specific user /plants/{plantid} - deletesUsesPlant by Plant Id

POST /plants/{userid} - adds new plant to a specific user /createnewuser - Makes a new User in the database

Put /user/{userid} - updates the entire user /user/plants - updates a specific users plant


/oauth/revoke-token, "/logout" - Revokes a users token so they can no longer access the cite without relogging in

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%