All Projects → asdhammu → Library

asdhammu / Library

Licence: MIT license
Online Library Management. User can search, check in, checkout book. System adds fines automatically if the book is not checked in by due date

Programming Languages

java
68154 projects - #9 most used programming language
typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Library

Angularjs Springmvc Sample Boot
A RESTful sample using Spring Boot, Spring MVC, Spring Data and Angular/Bootstrap.
Stars: ✭ 309 (+1044.44%)
Mutual labels:  spring-data, hibernate, spring-mvc, spring-data-jpa
BusinessInfrastructurePlatformGroupVersion
A java web project based on Spring Boot using MySQL, Spring MVC, Hibernate, Spring Data JPA, Query DSL, Lombok, Logback, etc.
Stars: ✭ 90 (+233.33%)
Mutual labels:  spring-data, hibernate, spring-mvc, spring-data-jpa
Spring-Boot-2
Spring Boot 2.x examples
Stars: ✭ 33 (+22.22%)
Mutual labels:  spring-data, hibernate, spring-mvc, spring-data-jpa
Spring Petclinic Rest
REST version of the Spring Petclinic sample application
Stars: ✭ 257 (+851.85%)
Mutual labels:  spring-data, hibernate, spring-mvc, spring-data-jpa
Spring Framework Petclinic
A Spring Framework application based on JSP, Spring MVC, Spring Data JPA, Hibernate and JDBC
Stars: ✭ 251 (+829.63%)
Mutual labels:  hibernate, spring-mvc, spring-data-jpa
Tianti
java轻量级的CMS解决方案-天梯。天梯是一个用java相关技术搭建的后台CMS解决方案,用户可以结合自身业务进行相应扩展,同时提供了针对dao、service等的代码生成工具。技术选型:Spring Data JPA、Hibernate、Shiro、 Spring MVC、Layer、Mysql等。
Stars: ✭ 1,053 (+3800%)
Mutual labels:  hibernate, spring-mvc, spring-data-jpa
spring-boot-jpa-rest-demo-filter-paging-sorting
Spring Boot Data JPA with Filter, Pagination and Sorting
Stars: ✭ 70 (+159.26%)
Mutual labels:  spring-data, spring-mvc, spring-data-jpa
Library-Spring
The library web application where you can borrow books. It's Spring MVC and Hibernate project.
Stars: ✭ 73 (+170.37%)
Mutual labels:  hibernate, mysql-database, spring-mvc
spring-boot-shop-sample
My first web application using Spring Boot framework.
Stars: ✭ 66 (+144.44%)
Mutual labels:  hibernate, spring-mvc, spring-data-jpa
Spring
Personal notes of preparation to Spring 5 Professional Certification
Stars: ✭ 35 (+29.63%)
Mutual labels:  spring-data, spring-mvc, spring-data-jpa
spring-boot-java-swing-reservations
The project aims to present how to connect Spring Boot 2 and Java Swing GUI widget toolkit. All application dependencies are provided by Docker Compose. There are also static code analysis tools like FindBugs and Checkstyle.
Stars: ✭ 86 (+218.52%)
Mutual labels:  spring-data, hibernate, jpa-hibernate
Angularjs Springmvc Sample
A RESTful sample using AnguarJS/Bootstrap as frontend and Spring MVC as REST API producer
Stars: ✭ 292 (+981.48%)
Mutual labels:  hibernate, spring-mvc, spring-data-jpa
Spring Boot Mysql Rest Api Tutorial
Building a Restful CRUD API using Spring Boot, Mysql, JPA and Hibernate
Stars: ✭ 279 (+933.33%)
Mutual labels:  hibernate, spring-mvc, spring-data-jpa
Spring Boot Enterprise Application Development
Spring Boot Enterprise Application Development.《Spring Boot 企业级应用开发实战》
Stars: ✭ 261 (+866.67%)
Mutual labels:  hibernate, spring-mvc, spring-data-jpa
TASK-Management-System
Spring Boot and Angular 7 web application for task management .
Stars: ✭ 34 (+25.93%)
Mutual labels:  spring-data, hibernate, spring-data-jpa
project-tracking-system-backend-app
Enterprise project tracker, tracks commits done by employees after getting assigned to a couple of projects by their managers
Stars: ✭ 62 (+129.63%)
Mutual labels:  spring-mvc, restful-api, jpa-hibernate
hibernate-springcache
Hibernate cache implementation that backs to the Spring Cache abstraction
Stars: ✭ 19 (-29.63%)
Mutual labels:  spring-data, hibernate, spring-data-jpa
spring-boot-data-jpa-mysql
Spring Boot Rest CRUD API example - Spring Data JPA to interact with MySQL/PostgreSQL database.
Stars: ✭ 89 (+229.63%)
Mutual labels:  spring-data-jpa, restful-api, jpa-hibernate
vogon-java
Vogon - A simple personal finance tracker using Spring Boot and AngularJS
Stars: ✭ 16 (-40.74%)
Mutual labels:  hibernate, spring-mvc, spring-data-jpa
Spring5Certification
Spring Certification: This repository contains my examples and some best references to prepare the Spring 5 certification
Stars: ✭ 30 (+11.11%)
Mutual labels:  spring-data, spring-mvc, spring-data-jpa

Library Management Project

Prerequisites:

Create schema with name of 'librarymanagement' in MySql. Run the following command in mysql command line

For Services.:

  • update password value of 'spring.datasource.password' in the application-dev.properties if different from 'admin'

  • cd services

  • mvn spring-boot: run ( On first run, load will be inserted to database. This may be take from 15 - 30 minutes)

For Front end:

  • cd FrontEnd

  • npm install

  • npm run start

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].