E Reference App for uploading and reading pdf Book, powered by Spring Framework.
Start by clone this repository through your directory
git clone https://github.com/RPL-Project-TelU/RojakSquad.git
cd RojakSquadPlease install the prequisites below to start using the app
- Maven - Install Maven
- Postgresql - Install Postgresql
create database buku by using postgresql command line
create DATABASE buku;
You can also change the properties of your database in application.properties
spring.datasource.url=jdbc:postgresql://localhost:5432/buku # Your database name
spring.datasource.username=postgres # Your Database username
spring.datasource.password=123456 # Your Database Password
Start The Application by simply running MvcReferenceApplication.java
Type this url in your adress bar to use the app
localhost:8080 GET /search?=${judul}| Parameter | Type | Description |
|---|---|---|
judul |
string |
Required. Title of the book to fetch |
GET /buku?=${buku.judul}| Parameter | Type | Description |
|---|---|---|
judul |
string |
Required. Title of the book to fetch |
GET /add| Parameter | Type | Description |
|---|---|---|
buku |
Object Buku | Required. Title of the book to add |
DELETE /delete?=${buku.judul}| Parameter | Type | Description |
|---|---|---|
buku |
Object Buku | Required. Id of item to delete |
For our documentation Click
If you have any feedback, please reach out to us at pownyfals@gmail.com
