/DIT126-Group5

Jakarta EE web project developed during the University of Gothenburg course "DIT126 Web applications"

Primary LanguageJavaScript

Book of Bliss

Description

Books of Bliss is a platform where users can buy and/or sell books and course literature. When a user puts up a book for sale, it needs to specify a price and a condition of the book. Other users can then proceed to buy this listing, provided that they have enough credits in their account balance.

Here is a report with more detailed information: Final Report

Team members

Usernames - Real name

Requirements

  1. Netbeans IDE 12.1+
  2. Payara 5.194

Instructions

  1. Start the Project with Netbeans
  2. Build Project
  3. Start Java DB
  4. Press ▶ 'Run Project'
  5. If the browser do not open on its own you can write "http://localhost:8080/BooksOfBliss/"
  6. Add the testdata.sql by adding it to Execute command.. and "Run SQL".
  7. Then ▶ 'Run Project' again to use the application.

Good to know

  • At the start there will be no listings available so you need to register an account and publish to sell a book.
  • You can use this ISBN: "9780134092669" as a example test to get a book to sell.
  • Then you have to make another account in order to buy the book because the same account can not buy its own book.