Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielpenteado/api-java-spring-mongodb
RESTful API for CRUD operations. Java | SpringBoot | MongoDB | Swagger
https://github.com/gabrielpenteado/api-java-spring-mongodb
api api-rest java mongo mongodb nosql spring spring-boot springboot swagger swagger-ui
Last synced: 12 days ago
JSON representation
RESTful API for CRUD operations. Java | SpringBoot | MongoDB | Swagger
- Host: GitHub
- URL: https://github.com/gabrielpenteado/api-java-spring-mongodb
- Owner: gabrielpenteado
- License: mit
- Created: 2024-07-12T05:16:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T02:37:35.000Z (4 months ago)
- Last Synced: 2024-10-11T05:41:38.777Z (about 1 month ago)
- Topics: api, api-rest, java, mongo, mongodb, nosql, spring, spring-boot, springboot, swagger, swagger-ui
- Language: Java
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
API-Java-SpringBoot-MongoDB-Swagger
RESTful API for CRUD operations; created with Java, SpringBoot and MongoDB.
### Build with
![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=openjdk&logoColor=white)
![Spring](https://img.shields.io/badge/spring-%236DB33F.svg?style=for-the-badge&logo=spring&logoColor=white)
![Apache Maven](https://img.shields.io/badge/Apache%20Maven-C71A36?style=for-the-badge&logo=Apache%20Maven&logoColor=white)
![MongoDB](https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white)
![Swagger](https://img.shields.io/badge/Swagger-85EA2D?logo=swagger&logoColor=000&style=for-the-badge)### Requirements
- Java (v17)
- Maven (v3.6.3)
- Mongo Database### Instalattion
1. Clone the repository.
`git clone https://github.com/gabrielpenteado/api-java-spring-mongodb`2. Create a MongoDB database, copy the URL of connection and paste to .env file.
3. Run Application.
`mvn spring-boot:run`4. To access the API documentation with Swagger.
`localhost:8080/swagger-ui/index.html`
## 🤝 Contributions
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
The foundation of the open source community are the contributions, them inspire us to learn and create. Any contributions are greatly appreciated.## 📄 License
This project is licensed under the MIT License. See the [LICENSE.md](https://github.com/gabrielpenteado/api-java-spring-mongodb/blob/main/LICENSE.md) file for details.
Gabriel Penteado
Full Stack Developer
[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/gabriel-penteado)
[![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/gabrielpenteado)
[![Gmail](https://img.shields.io/badge/[email protected]?style=for-the-badge&logo=gmail&logoColor=white)](mailto:[email protected])