Giter Site home page Giter Site logo

bookstore's Introduction

Bookstore

A book website where you can list the best books you have ever read ๐Ÿ“–


The Bookstore project was made to get familiar with setting up a website and its API in Java, using Spring Boot, and use it in real conditions.

This website has NOT the ambition to reach the production stage. It was created for the sole purpose of training.

Table of Contents

  1. Getting Started
  2. Technologies
  3. Guides and resources
  4. Authors
  5. License

Getting Started

Running the website

You will need to follow the steps below in order to run the website :

  1. Install the Java runtime on your computer (if not already done). JDK17 or higher is required.

  2. Download the project files to your computer and open the project in your prefered IDE (Eclipse, IntelliJ IDEA, etc.)

  3. Configure the database connection information by adding the following values to the project's environment variables:

    • SPRING_DATASOURCE_URL=jdbc:postgresql://<host>:<port>/<database_name>
    • SPRING_DATASOURCE_USERNAME=<username>
    • SPRING_DATASOURCE_PASSWORD=<password>

    N. B. : The project is ready to be used with PostgreSQL, but you can of course use another database. Just change the database and database driver values in the application.properties file, download the driver for your database via Maven and set the SPRING_DATASOURCE_URL environment variable to the correct URL. If needed, more info on HowToDoInJava - Spring Boot DataSource Configuration.

  4. Run the website via the IDE (it will provide you with the website URL, something like http://localhost:8080)

Once the 4 steps have been done, you are ready to chat with your friends via QuickChat!

Technologies

The main language used in this project is Java (JDK version 17) and uses the Spring framwork to develop the web application.

The front-end uses :

  • Bootstrap

The back-end uses :

  • Thymeleaf (Java template engine)
  • PostgreSQL

Moreover, the software project management used is Maven.

You can find all the links to the technologies used in the Guides and resources section

Guides and resources

Authors


Daniel Roduit

License

This project is licensed under the MIT License

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.