Git Product home page Git Product logo

dreambooks's Introduction

Dreambooks - book catalog

Simple book catalog app with an admin panel created with Spring MySQL Bootstrap

Table of contents

Technologies

Project is created with:

  • Java 8
  • Spring (Boot, MVC, Security, Data)
  • Lombok
  • Thymeleaf
  • Bootstrap 4
  • JavaScript
  • MySQL
  • Mockito

Setup

  1. After you clone the project open it with you favorite IDE (I work with Intellij)
  2. Create a database schema in your MySQL Workbench
  3. Go to application.properties
    1. Change spring.datasource.url=jdbc:mysql://localhost:3306/YOURSCHEMANAME?useSSL=false
    2. Set up spring.datasource.username=LOGIN
    3. Set up spring.datasource.password=PASSWORD
    4. Change spring.jpa.hibernate.ddl-auto to create
    5. Remove # form spring.datasource.initialization-mode=always
  4. Run application

Features

  • Main Page
    • Every user have his own bookmark
    • You can search book by title
    • You can search book by category
    • After login (USER) you can
      • Add book to bookmark
      • Delete book from bookmark
  • Admin Panel
    • Dashboard
      • Display number of current books, user, categories
      • Display only five new users in table
      • You can add new book, category, user
    • Books
      • Search book by title
      • Update/Delete book
    • Categories
      • Search category by description
      • Update/Delete book
      • Display books assigned to categories
    • Users
      • Search user by first name or last name
      • Update/Delete user
        • Unactive user
        • Change role

Live

You can try the application live here: https://dreambookss.herokuapp.com/

Please note that this is a free version of the database and the disk space is only 5 MB

Admin

login: root@localhost
password: admin123

Status

Project is: in progress

  • I still have to work on the responsiveness of the site, it is terribly bad :)

Inspiration

Security Application inspired by Gustavo Ponce

Admin Panel inspired by Brad Traversy

Contact

Created by JakubWylezek - feel free to contact me!

dreambooks's People

Contributors

jakubwylezek avatar

Watchers

James Cloos 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.