{"id":19625813,"url":"https://github.com/apsarawitharana/aad-spring-note-taker","last_synced_at":"2026-02-12T01:03:09.488Z","repository":{"id":253634705,"uuid":"844038585","full_name":"ApsaraWitharana/AAD-Spring-Note-Taker","owner":"ApsaraWitharana","description":"Lesson AAD Spring In class Project","archived":false,"fork":false,"pushed_at":"2024-09-29T07:58:13.000Z","size":174,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-11T11:50:09.825Z","etag":null,"topics":["java","spring"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ApsaraWitharana.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-18T07:26:26.000Z","updated_at":"2024-10-03T05:23:50.000Z","dependencies_parsed_at":"2024-09-08T06:26:10.549Z","dependency_job_id":"99068503-9d19-4d71-86c4-dcec4298f597","html_url":"https://github.com/ApsaraWitharana/AAD-Spring-Note-Taker","commit_stats":null,"previous_names":["apsarawitharana/aad-spring-note-taker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApsaraWitharana%2FAAD-Spring-Note-Taker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApsaraWitharana%2FAAD-Spring-Note-Taker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApsaraWitharana%2FAAD-Spring-Note-Taker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApsaraWitharana%2FAAD-Spring-Note-Taker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ApsaraWitharana","download_url":"https://codeload.github.com/ApsaraWitharana/AAD-Spring-Note-Taker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233187258,"owners_count":18638364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","spring"],"created_at":"2024-11-11T11:43:32.970Z","updated_at":"2026-02-12T01:03:09.426Z","avatar_url":"https://github.com/ApsaraWitharana.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Note Tracker - Spring Boot Application Class Project - AAD- GDSE68\n\nThis is a Spring Boot application designed for tracking user notes, which allows full CRUD operations (Create, Read, Update, Delete) for both `User` and `Note`. The project is integrated with MySQL for database management, supports comprehensive exception handling, and includes health check endpoints. Postman is used for API testing.\n\n## Features\n\n- **User Management**: Perform CRUD operations for `User`.\n- **Note Management**: Perform CRUD operations for `Note`.\n- **Health Check**: Check if the application is running properly.\n- **Error Handling**: Custom exceptions for better error messages and debugging.\n- **Postman Testing**: API testing is done via Postman for all CRUD operations.\n\n## Technology Stack\n\n- **Backend**: Spring Boot\n- **Database**: MySQL\n- **Testing**: Postman\n- **Build Tool**: Maven\n- **Java Version**: 17\n- **Dependencies**:\n  - Spring Boot Starter Web\n  - Spring Boot Starter Data JPA\n  - MySQL Driver\n  - Spring Boot DevTools (Optional)\n  - Spring Boot Actuator (For Health Check)\n  - Spring Boot Starter Validation (For error handling)\n\n## Prerequisites\n\n- **Java 11** or higher installed\n- **Maven** installed\n- **MySQL** installed and running\n- **Postman** installed for API testing\n\n## Setup Instructions\n\n### MySQL Database Configuration\n\n1. Create a new database in MySQL:\n   ```sql\n   CREATE DATABASE notetracker;\n   CREATE TABLE noteTraker (\n    noteId VARCHAR(15) PRIMARY KEY,\n    noteTitle VARCHAR(255) NOT NULL,\n    noteDesc VARCHAR(255) NOT NULL,\n    priorityLevel VARCHAR(255) NOT NULL,\n    createDate BIGINT NOT NULL \n\n\n### post man document- https://documenter.getpostman.com/view/35385905/2sAXjF8aZW\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapsarawitharana%2Faad-spring-note-taker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapsarawitharana%2Faad-spring-note-taker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapsarawitharana%2Faad-spring-note-taker/lists"}