REST API
Corelink
Corelink is a REST API for project and task management built with Go, Fiber, and the GORM ORM over PostgreSQL. It covers registration and JWT-based login, full CRUD on projects, and nested task management scoped to a project: list, create, update, and delete tasks under `/api/v1/projects/:id/tasks`. Ships with Docker and docker-compose for local setup, and a Makefile-driven workflow (`make run`) for development.
Technologies Used