Skip to content

REST API created using Java SpringBoot Framework and MongoDB to handle basic CRUD operations related to users

Notifications You must be signed in to change notification settings

SalithaUCSC/SpringBoot-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot-REST-API

Simple Micro Service application implemented using SpringBoot and MongoDB

  1. Download project and extract it.
  2. Open project in IntelliJ IDEA or Eclipse.
  3. Run the project.
  4. You can get results folowing these routes.
GET ALL USERS : http://localhost:8080/api/users

GET SINGLE USER : http://localhost:8080/api/users/mongoObjectId

INSERT USER : http://localhost:8080/api/users/ @PutMapping

UPDATE USER : http://localhost:8080/api/users/ @PostMapping

DELETE USER : http://localhost:8080/api/delete/mongoObjectId

About

REST API created using Java SpringBoot Framework and MongoDB to handle basic CRUD operations related to users

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages