Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emelyanovkr/it-fiesta-backend
A backend part of the IT-Fiesta project based on Spring framework
https://github.com/emelyanovkr/it-fiesta-backend
hibernate java postgresql spring spring-boot spring-data-jpa spring-mvc
Last synced: about 2 months ago
JSON representation
A backend part of the IT-Fiesta project based on Spring framework
- Host: GitHub
- URL: https://github.com/emelyanovkr/it-fiesta-backend
- Owner: emelyanovkr
- Created: 2024-08-26T17:56:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T18:37:52.000Z (4 months ago)
- Last Synced: 2024-10-28T19:43:59.200Z (4 months ago)
- Topics: hibernate, java, postgresql, spring, spring-boot, spring-data-jpa, spring-mvc
- Language: Java
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Backend part of it-fiesta project. For now it stands as one service only. But I have plans to do things:
+ Create an abstract class for admin and host service to manage events (in progress)
+ Think about managing roles within admin permissions
+ Authentication (for now only JWT authentication supported)
+ Manage access and refresh tokens
+ Create separate method for token validation and for acquiring username from token
+ Virtualization (for now only database is hosted with docker)
+ Dockerizing the whole backend with it's own internal network
+ Microservice architecture
+ Creating different microservices responsible for some parts in application (like event management, role management, authorization, admin panel, user panel, favourites and likes and etc.)
+ Try to use kafka, if needed, to communicate between services
+ Provide test coverage for critical parts of the application
+ Use swagger to create documentation about endpoints of application
+ Create readme