Архивы: Портфолио

Car service

Автомастерская.

Главная цель — создать внутреннюю систему управления и ведения журнала ремонтов автомобилей для сотрудников автомастерской.

Возможности: ведение клиентов, их автомобилей, запись на ремонт и сводная таблица. Изменения возможны после авторизации. Demo login: master, пароль: pass.

Исходные коды на GitHub: https://github.com/kapion/CarService

Spring: Spring Boot, Spring Web MVC, Spring JPA (DB H2 created in memory by Hibernate), Spring Security, Thymeleaf

Parts Finder

Parts Finder — this is single page web application.

Features:

  • Find entries by filter (may type part word)
  • If none of the filter fields is specified then all Parts should be shown.
  • The table can be sorted by any of the columns by clicking on their header (one click — ASC order, next click — DESC order).
  • Sorting performed only by one column at a time.
  • When user uses sorting — filtering is still applied.

The general purpose is not to use ORM and Spring.

Using classic Servlets, JSP, JDBC. Datasource setting in database.ini. See more details for install in manual.

Source code on GitHub: https://github.com/kapion/PartsFinder