louisthomaspro / spring-boot-rest-api

RESTful CRUD API in Spring Boot + postgre database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot REST Tutorial

This project is implementing :

  • Controllers
  • Models
  • ManyToOne relationship
  • Custom Queries

Environment

Installation

Clone projet

  1. Clone
git clone https://github.com/louisthomaspro/spring-boot-rest-api.git
cd spring-boot-rest-api
  1. Run postgre database with docker
docker-compose up -d --build
  1. Run application
mvn spring-boot:run
  1. Get Postman Collection

Build jar

mvn clean package -Dmaven.test.skip=true

Wiki

Find more on the Wiki

About

RESTful CRUD API in Spring Boot + postgre database


Languages

Language:Java 100.0%