A Spring Boot REST API to register books and movies.
- JDK 8+
- Gradle 5.0+ (You can use Gradle Wrapper)
First, you need to clone this git bookRepository:
git clone https://github.com/WellingtonCosta/my-collections-api.git
You can open the project in any IDE that supports Gradle projects.
You also can run this project just with Gradle:
- For UNIX-based systems
./gradlew bootRun
- For Windows
gradlew bootRun
To execute the automated tests, you just need to run the following command:
- For UNIX-based systems
./gradlew test
- For Windows
gradlew test
This project is also availabe on Heroku.
The application on Heroku may take a while to respond due to Heroku Free Dynos limitations.
This project was built with the following stack of technologies:
- Gradle
- PostgreSQL
- Jackson
- Lombok
- Spring Boot (Actuator, Data JPA, Security, Tests, Web)
- Swagger
Copyright 2018 Wellington Costa
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.