DOKL57 / books-warehouse-api

books warehouse api with spring boot, flyway, spring data, postgresql, mockito & junit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

books-warehouse-api

License: WTFPL
API to automate the accounting of goods in the warehouse of the bookstore

Running the application locally

git clone https://github.com/DOKL57/books-warehouse-api.git
cd ./books-warehouse-api
docker-compose up -d
mvn spring-boot:run

Explore Rest APIs

The app defines following CRUD APIs.

Genre

Method Url Decription
POST /api/genre/create Create new genre

Book

Method Url Decription
POST /api/book/income Add a new income
POST /api/book/outcome Add a new outcome
GET /api/book/getBooksByParams Get all incoming books by params

About

books warehouse api with spring boot, flyway, spring data, postgresql, mockito & junit


Languages

Language:Java 99.4%Language:Dockerfile 0.6%