Go to the Bookhub project repo | Read the Documentation 📚
Bookhub-API is a separate project developed using Spring framework to serve Bookhub's APIs. Please refer to README for more information.
Learn about building and deploying our apps in our official docs!
- Project Introduction
- Getting Started
- Requirement Specification
- Architecture Design
- API Reference
- Data Modeling & ERD
Run the following command:
cd bookhub-api
./gradlew bootrun
You can then access Bookhub API here: http://localhost:8080/
The following items should be installed in your system:
- Java 17 or newer (full JDK not a JRE)
- Gradle 7.x+ (https://gradle.org/releases/)
- git command line tool (https://help.github.com/articles/set-up-git)
- Your prefered IDE(recommended IntelliJ IDEA)
- On the command line
git clone https://github.com/bonomoon/bookhub-api.git
- Inside IntelliJ IDEA
In the main menu, select File > Open
and select the Bookhub API project directory. Click on the Open
button.
Please check links below before commit.
Bong-oh Moon – bongohmoon@gmail.com(bonomoon)
Distributed under the MIT license. See LICENSE
for more information.