Skip to content

Latest commit

 

History

History
108 lines (64 loc) · 2.63 KB

File metadata and controls

108 lines (64 loc) · 2.63 KB

E Reference Web Application

E Reference App for uploading and reading pdf Book, powered by Spring Framework.

referenceGif

Installation

Start by clone this repository through your directory

  git clone https://github.com/RPL-Project-TelU/RojakSquad.git
  cd RojakSquad

Please install the prequisites below to start using the app

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

Getting Started

Type this url in your adress bar to use the app

  localhost:8080

API Reference

Search a Book

  GET /search?=${judul}
Parameter Type Description
judul string Required. Title of the book to fetch

Open a Book

  GET /buku?=${buku.judul}
Parameter Type Description
judul string Required. Title of the book to fetch

Add a Book

  GET /add
Parameter Type Description
buku Object Buku Required. Title of the book to add

Delete a Book

  DELETE /delete?=${buku.judul}
Parameter Type Description
buku Object Buku Required. Id of item to delete

Documentation

For our documentation Click

Documentation

Authors

Feedback

If you have any feedback, please reach out to us at pownyfals@gmail.com