Java-Spring-Boot-Backend is a robust RESTful CRUD API application. It utilizes:
- Spring Boot for rapid and modern backend development.
- PostgreSQL for relational database storage.
- Docker for containerized deployments.
- RESTful API: Fully-featured CRUD operations.
- Database: PostgreSQL 13.2 integration for efficient data management.
- Containerization: Docker-ready for streamlined deployment.
- Modularity: Built with Spring Boot's ecosystem for scalability.
- Language: Java 8
- Framework: Spring Boot 2.4.4
- Database: PostgreSQL 13.2
- ORM: Spring Data JPA
- Containerization: Docker
- Testing: Spring Boot Test Framework
- Build Tool: Maven
- Java 8 JDK
- Maven
- Docker
- PostgreSQL
- Clone the repository:
git clone https://github.com/Ilagouilly/Java-Spring-Boot-Backend.git cd Java-Spring-Boot-Backend
- Build and test the project:
mvn clean install
- Run with Docker:
docker-compose up --build
- Fork the repository
- Create your feature branch (
git checkout -b feature/NetworkingInnovation
) - Commit your changes (
git commit -m 'Add intelligent matching algorithm'
) - Push to the branch (
git push origin dev/NetworkingInnovation
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.