Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielpenteado/api-java-springboot-docker
An RESTful API for CRUD operations. Java | Spring Boot | Docker | PostgreSQL
https://github.com/gabrielpenteado/api-java-springboot-docker
api api-rest docker docker-compose java maven postgresql spring spring-boot springboot springsecurity springsecurity-jwt springsecurity-oauth2
Last synced: 27 days ago
JSON representation
An RESTful API for CRUD operations. Java | Spring Boot | Docker | PostgreSQL
- Host: GitHub
- URL: https://github.com/gabrielpenteado/api-java-springboot-docker
- Owner: gabrielpenteado
- License: mit
- Created: 2024-02-24T19:08:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T19:15:08.000Z (9 months ago)
- Last Synced: 2024-03-27T20:52:42.056Z (9 months ago)
- Topics: api, api-rest, docker, docker-compose, java, maven, postgresql, spring, spring-boot, springboot, springsecurity, springsecurity-jwt, springsecurity-oauth2
- Language: Java
- Homepage:
- Size: 87.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-Docker
RESTful API for CRUD operations; created with Java, SpringBoot and Docker.
### 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)
![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)
![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white)### Requirements
- Java (v17)
- Maven (v3.2.3)
- Docker (PostgreSQL database)### Instalattion
1. Clone the repository.
`git clone https://github.com/gabrielpenteado/api-java-springboot-docker`2. Create a PostgreSQL database Docker container.
`docker compose up -d`3. Run Application.
`mvn spring-boot:run`
## 🤝 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-springboot-docker/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])