Skip to content

alprbykn/springbootapplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Project with MongoDB

BookStore Spring Boot Project that demonstrates basic CRUD (Create, Read, Write and Delete) operations using MongoDB database.

Prerequsites:

  1. Install Java 11
  2. Open the project in Eclipse or IntelliJ IDE
  3. Install MongoDB from official docs or spin up a Docker container
docker run -p 27017:27017 -d mongo

How to Run

  1. Download the project
  2. Import as Maven Project
  3. Right click on BankApplication java class and select run
  4. Open browser and go to http://localhost:8081/users.html to see list of users
  5. You can create/update/delete users

How to Run2

  1. Download the project
  2. Import as Maven Project
  3. Edit configuration and select BankApplication
  4. Run the application
  5. You can create/update/delete users

Releases

No releases published

Packages

No packages published

Languages