Giter Site home page Giter Site logo

book-project's Introduction

Summary

Book tracker web app made using Spring Boot and Vaadin 14 (only the free components will be used).

Features:

  • Add books that you have read to a 'read' shelf
  • Add books that you are currently reading to a 'currently reading' shelf
  • Add books that you would like to read to a 'want to read' shelf
  • View books in your different shelves and make changes

Coming soon:

  • Reading challenge: set yourself a goal of how many books you to read this year and track your progress towards accomplishing it
  • Add your own shelves
  • User registration and accounts
  • And much more!

New book form

Books in shelf

The images above may look slightly different to the app. If major changes are made, new images will be uploaded to reflect this.

Setup

Prerequisites: JDK 11 (or higher), Node.js and npm

  1. Clone the repository
  2. Import the project as a maven project into your favourite IDE (or run maven on the terminal)
  3. Run BookProjectApplication.java
  4. Go to localhost:8080
  5. Log in with the details below:
    • Username: user
    • Password: password

To access the h2 database:

  1. Go to http://localhost:8080/h2-console
  2. Ensure you log in with the settings below. The password field is intentionally left blank.
    • Saved settings: Generic H2 (Embedded)
    • Setting Name: Generic H2 (Embedded)
    • Driver class: org.h2.Driver
    • JDBC URL: jdbc:h2:mem:testdb
    • User Name: sa
    • Password:
  3. Click on connect

Contributing

If you wish to contribute (thanks!), please first see the contributing document.

Further information

For more information, such as a roadmap and the underlying principles of the project, see the Book Project wiki.

book-project's People

Contributors

dependabot[bot] avatar knjk04 avatar morkalla avatar tacianosilva avatar tmrd993 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.