https://github.com/seldo97/mytimesheet
[On Hold] [Training project] Time sheet web application for organization units and their employees. Main technologies: Spring Boot 2 and Angular 11.
https://github.com/seldo97/mytimesheet
angular hibernate java javascript jwt-authentication liquibase rest-api restapi spring-boot spring-data-jpa springframework typescript
Last synced: 3 months ago
JSON representation
[On Hold] [Training project] Time sheet web application for organization units and their employees. Main technologies: Spring Boot 2 and Angular 11.
- Host: GitHub
- URL: https://github.com/seldo97/mytimesheet
- Owner: Seldo97
- License: mit
- Created: 2021-06-21T21:04:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-19T13:31:42.000Z (over 3 years ago)
- Last Synced: 2024-12-31T05:16:16.597Z (5 months ago)
- Topics: angular, hibernate, java, javascript, jwt-authentication, liquibase, rest-api, restapi, spring-boot, spring-data-jpa, springframework, typescript
- Language: Java
- Homepage:
- Size: 203 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyTimeSheet
Time sheet web application for organization units and their employees.
Add your company/organization unit and employees to it, create projects and tasks. Employees keep a time sheet and track their stats.## Features and details
## Tech
Technologies used in the project:
- [Java OpenJDK 16](https://jdk.java.net/16/) - Backend language.
- [Spring Boot 2.5.1](https://spring.io/projects/spring-boot) - Backend REST api framework.
- [MapStruct 1.4.2.final](https://mapstruct.org/) - Java annotation processor for the generation of type-safe and performant mappers for Java bean classes.
- [Mockito 3.11.1](https://site.mockito.org/) - Backend unit tests.
- [LiquiBase 4.4.0](https://www.liquibase.org/) - library for tracking, managing and applying database schema changes.
- [MS SQL Server 2019 Express](https://www.microsoft.com/en-us/download/details.aspx?id=101064) - Default database server.