Library Management Application
- Java11 (https://adoptopenjdk.net/releases.html)
- Verify installed java version with : java -version
- IDE (VSCode,Eclipse,IntelliJ IDEA)
$ git clone https://github.com/crkarthik11/openlibrary.git
$ cd openlibrary
$ cd backend
$ gradlew bootrun
$ open localhost:8080 in web browser