Click-Up is a project management backend inspired by tools like ClickUp and Trello. It provides APIs for managing tasks, projects, teams, and user roles.
- Project and task management
- Team collaboration tools
- User authentication and roles
- RESTful API + (SWAGGER UI)
- Java 23
- Spring Boot
- PostgreSQL
- Java 23+
- Maven 3.8+
- PostgreSQL
-
Clone the repository: git clone https://github.com/Abdumalik-Java/Click-Up.git cd Click-Up
-
Set up your database in
application.properties
. -
Build and run: mvn clean install mvn spring-boot:run