Skip to content

ilya-vdovenko/library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

library

Library web app on spring (boot, secirity, mvc), thymeleaf, jquery, bootstrap 4, flyway and H2 memory db. Representing list of books and users (with authentification through db), and interaction between them.

Running app locally

With Maven command line

git clone https://github.com/ilya-vdovenko/library.git
cd library
./mvnw spring-boot:run

Use .jar file

java -jar library-<num_of_version>.jar

You can then access app here: http://localhost:8080/. Default user - login: 'user1'; password: 'H@yfU=64'.

License

Students-WebApp is released under version 2.0 of the Apache License.