Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 692 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 692 Bytes

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.