GithubHelp home page GithubHelp logo

ericraw512 / bookstore Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 34.05 MB

This project allows you to manage a bookstore by adding, updating, and deleting books

Java 100.00%
java jdbc jsp jsp-servlet maven servlet

bookstore's Introduction

Bookstore

Welcome to the Bookstore Management System! This project allows you to manage a bookstore by adding, updating, and deleting books.

alt text

Getting Started

  1. Clone the Repository:
git clone https://github.com/your-username/bookstore.git
cd bookstore
  1. Create MySQL database
create database appointment_planner
  1. Configure JDBC Connection:
  • Open the webapp/WEB-INF file in your preferred text editor.

  • Locate the JDBC connection parameters (URL, username, password) in the following section:

    String jdbcUrl = "jdbc:mysql://localhost:3306/bookstore";
    String username = "your-username";
    String password = "your-password";
  • If you are not using MySQL, replace the MySQL JDBC driver in BookDAO file.

  1. Run maven clean install:
mvn clean install
  1. Run the Server using Tomcat Server
  • Run the bookstore.war file using tomcat

bookstore's People

Contributors

ericraw512 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.