Skip to content

Latest commit

 

History

62 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookOne

Master Status:

Maintainability Test Coverage Build Status codecov

version: 2.0.0

Getting started

Basic setup

  1. Clone or download bookone from github repo
    git clone https://github.com/dmitryblackwell/bookone.git
    
  2. Make sure your JDK is downloaded and JAVA_HOME is setup correct.
  3. Install MySQL WorkBench or other RDBMS.
  4. Create new connection with username add password specified in application.properties
  5. Set up database using scripts in db-scripts

Run project from console

To run this project without importing it to the IDE follow next steps:

  1. Firstly, you need to do basic setup.
  2. Open your command line and go to project location.
  3. Enter next command for windows:
        mvnw spring-boot:run
    
    or this one if you use linux:
        ./mvnw.sh spring-boot:run
    
  4. Wait until all dependencies are downloaded and enjoy project.

Import and run project from IDE

  1. Firstly, you need to do basic setup.
  2. Open you IDE and import BookONE as Maven Project.
  3. Wait until project is resolved and all dependencies are set.
  4. Run BookOneApplication class as java application.
  5. Enjoy.

Run Integration tests

To test your code run next maven command:

clean integration-test

It will also create report from JaCoCo in target/site/jacoco/index.html

Development history

Too see development history you can check ChangeLog.

About

My custom shop with books.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages