https://github.com/daniellaera/springmongorest
https://github.com/daniellaera/springmongorest
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniellaera/springmongorest
- Owner: daniellaera
- Created: 2021-04-24T13:30:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T16:57:13.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T04:26:39.667Z (3 months ago)
- Language: Java
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a Spring Boot project bootstrapped with Spring Initializr https://start.spring.io/
### Installation Steps:
```
> git clone https://github.com/daniellaera/SpringMongoREST
> Load maven dependencies by Right clicking on Project -> Maven -> Reload project
> Set your mongo connection uri in application.properties
> Run springboot application
```By default the application runs on localhost:8080