Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lubosgarancovsky/aurora-be
- Owner: lubosgarancovsky
- Created: 2024-05-27T09:46:33.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T21:12:30.000Z (4 months ago)
- Last Synced: 2024-07-13T22:48:26.909Z (4 months ago)
- Language: Java
- Homepage:
- Size: 167 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.