alyverkko.git
2 weeks agoImplement user service and controller with CRUD functions master
Svjatoslav Agejenko [Tue, 23 Apr 2024 17:59:10 +0000 (20:59 +0300)]
Implement user service and controller with CRUD functions

This commit adds a new User model with corresponding service, controller, and repository classes. Also, a list.html file is created to handle user display in the frontend. Extra database configurations are added in the application.properties file. The new user service integrates basic CRUD operations while the controller manages user-related HTTP requests.

2 weeks agoMove .gitignore to root directory
Svjatoslav Agejenko [Tue, 23 Apr 2024 17:22:25 +0000 (20:22 +0300)]
Move .gitignore to root directory

The .gitignore file was previously located in the .idea directory. It has now been moved to the root directory, with some irrelevant or project-specific files removed. Now this file is accessible and its exclusions apply on the entire project.

2 weeks agoIgnore IDE and build tool files
Svjatoslav Agejenko [Tue, 23 Apr 2024 17:20:53 +0000 (20:20 +0300)]
Ignore IDE and build tool files

2 weeks agoInitial commit
Svjatoslav Agejenko [Tue, 23 Apr 2024 17:18:42 +0000 (20:18 +0300)]
Initial commit