Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lubosgarancovsky/aurora-be

Server side of a task managment application
https://github.com/lubosgarancovsky/aurora-be

Last synced: 10 days ago
JSON representation

Server side of a task managment application

Awesome Lists containing this project

README

        

# Aurora

Aurora is my personal full-stack web application designed to allow users to create and manage their projects efficiently by creating tasks and subtasks, reassigning them between team members, and moving them between different states.

## Backend

Backend of the application consists of Spring Boot server that uses Spring security for JWT authnetication and Jooq for communication with the PostgreSQL database.