Giter VIP home page Giter VIP logo

bookreader's Introduction

F20-T05-BookReader

Currently, people have a difficult time organizing and keeping track of their books, and discovering new books to read. They also lack a social network of fellow book readers. Our goal is to create a user friendly application that supports users’ readings by providing an easy way to track and organize their library of books along with a way to connect with friends and discover new books. Our system allows users to recommend books to their friends and see their friends’ book reviews and book progresses on timelines as well as their own reviews and book progresses. Our system is specifically focused on the aspect of library management since we want to support users’ ability to organize their books in customized bookshelves.

Prerequisites:

Installation Guide:

  1. Import data.sql file that contains our database schemas and dump data to the localhost database. One way to achieve this is to use MySql Workbench to import the data.sql file. Or you can choose the way you are familiar with to import data to the local database.
  2. Set environment variables to connect with your local database. The following variables need to be filled in correspondingly:
  • SPRING_DATASOURCE_URL - url to your local database
  • SPRING_DATASOURCE_USERNAME - username of your local database
  • SPRING_DATASOURCE_PASSWORD - password of your local database
    Note: if the app didn’t successfully run, then try to paste the connection details directly into /src/main/resources/application.properties file,
    for exmaple:
  • spring.datasource.url=jdbc:mysql://localhost:3306/bookreader
  • spring.datasource.username=admin
  • spring.datasource.password=bookreader123$
  1. If using the terminal, run: mvn spring-boot:run
    Note: If using IDE, right click on “com.group5.BookRead.BookReadApplication.java” and select run Java application.
  2. Once started, the application will be running at localhost:8080. The landing page of our application is at localhost:8080/login

bookreader's People

Contributors

wenlinmao avatar omishuai avatar kaichiehuang avatar ws-chen avatar

Watchers

 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.