Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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