{"id":28479184,"url":"https://github.com/brice150/pickme","last_synced_at":"2026-04-12T15:41:13.758Z","repository":{"id":159248493,"uuid":"579304746","full_name":"Brice150/PICKME","owner":"Brice150","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-29T10:31:22.000Z","size":27439,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-29T11:19:16.920Z","etag":null,"topics":["angular","apis","css3","html5","java","postgres","spring-boot","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Brice150.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2022-12-17T08:39:28.000Z","updated_at":"2025-06-29T10:31:25.000Z","dependencies_parsed_at":"2024-03-16T16:58:29.965Z","dependency_job_id":"c5fc1a2b-fd6b-4eae-8fe5-cb64d15e9f66","html_url":"https://github.com/Brice150/PICKME","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Brice150/PICKME","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brice150%2FPICKME","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brice150%2FPICKME/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brice150%2FPICKME/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brice150%2FPICKME/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Brice150","download_url":"https://codeload.github.com/Brice150/PICKME/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brice150%2FPICKME/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263300076,"owners_count":23445173,"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":["angular","apis","css3","html5","java","postgres","spring-boot","typescript"],"created_at":"2025-06-07T18:08:26.002Z","updated_at":"2026-04-12T15:41:08.714Z","avatar_url":"https://github.com/Brice150.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg height=\"130px\" width=\"130px\" src=\"./src/assets/images/Logo.png\"\u003e\n\u003c/div\u003e\n  \n# PICK ME, a dating web application\n\nFrontend : Angular\n\u003cbr\u003e\nBackend : Spring Boot\n\n\u003cdetails\u003e\n  \u003csummary\u003ePages Features\u003c/summary\u003e\n\n### Connect\n\n- Register by completing mandatory information with form control\n- Login with failure animation for bad credentials\n- Logout is available on menu once logged in\n\n### Demo\n\n- Demo of the application when you have registered\n- View and try key features of the application\n\n### Select\n\n- View profiles that are similar to yours by distance\n- Swipe profiles and go back if you want to\n- Like or Dislike a profile\n- Match animation\n- View more information about a profile\n\n### Profile\n\n- Add or Delete pictures and Select main profile picture\n- Modify your profile\n- Cancel modifications retrieves previous profile information\n- Delete your account (needs confirmation)\n\n### Match\n\n- View profiles that matched with you\n- Search a user\n- Dislike a profile\n- View more information about a profile and messages\n- Add, Update or Delete a message\n\n### Admin\n\n- Admin role needed to view this page\n- Search users and deleted accounts by email and sort them\n- Get application stats\n- View more information about a profile\n- Delete a user\n\n### More Info\n\n- View full user profile\n- Swiper user pictures\n- Like, Dislike or Delete if you are an admin user\n\n### Notifications\n\n- New notification for each message or match\n- Mark notifications as seen\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eRun Locally\u003c/summary\u003e\n\n### Clone the project\n\n```bash\n  git clone https://github.com/Brice150/PICKME.git\n```\n\n### Go to backend directory\n\n    --\u003e Run application on Intellij\n\n### Install dependencies\n\n```bash\n  npm install\n```\n\n### Start the server\n\n```bash\n  ng serve -o\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eAPI Reference\u003c/summary\u003e\n\n  \u003cbr\u003e\n\n  \u003cdetails\u003e\n  \u003csummary\u003eConnection\u003c/summary\u003e\n\n### Register\n\n```http\n  POST /registration\n```\n\n### Login\n\n```http\n  GET /login\n```\n\n### Logout\n\n```http\n  GET /logout\n```\n\n  \u003c/details\u003e\n\n  \u003cdetails\u003e\n  \u003csummary\u003eAdmin\u003c/summary\u003e\n\n### Get admin stats\n\n```http\n  GET /admin/stats\n```\n\n### Get all users\n\n```http\n  POST /admin/user/all/${page}\n```\n\n### Get all deleted accounts\n\n```http\n  POST /admin/deleted-account/all/${page}\n```\n\n### Delete user\n\n```http\n  DELETE /admin/${userId}\n```\n\n  \u003c/details\u003e\n\n  \u003cdetails\u003e\n  \u003csummary\u003eUser\u003c/summary\u003e\n\n### Get all selected users\n\n```http\n  GET /user/all/${page}\n```\n\n### Get connected user\n\n```http\n  GET /user\n```\n\n### Update user\n\n```http\n  PUT /user\n```\n\n### Delete connected user\n\n```http\n  DELETE /user\n```\n\n  \u003c/details\u003e\n\n  \u003cdetails\u003e\n  \u003csummary\u003eMessage\u003c/summary\u003e\n\n### Add message\n\n```http\n  POST /message\n```\n\n### Update message\n\n```http\n  PUT /message\n```\n\n### Delete message\n\n```http\n  DELETE /message/${messageId}\n```\n\n  \u003c/details\u003e\n\n  \u003cdetails\u003e\n  \u003csummary\u003eLike\u003c/summary\u003e\n\n### Add like\n\n```http\n  POST /like/${userId}\n```\n\n  \u003c/details\u003e\n\n  \u003cdetails\u003e\n  \u003csummary\u003eDislike\u003c/summary\u003e\n\n### Add dislike\n\n```http\n  POST /dislike/${userId}\n```\n\n  \u003c/details\u003e\n\n  \u003cdetails\u003e\n  \u003csummary\u003ePicture\u003c/summary\u003e\n\n### Add picture\n\n```http\n  POST /picture\n```\n\n### Select main picture\n\n```http\n  PUT /picture/${pictureId}\n```\n\n### Delete picture\n\n```http\n  DELETE /picture/${pictureId}\n```\n\n  \u003c/details\u003e\n\n  \u003cdetails\u003e\n  \u003csummary\u003eMatch\u003c/summary\u003e\n\n### Get all user matches\n\n```http\n  GET /match/all\n```\n\n  \u003c/details\u003e\n\n  \u003cdetails\u003e\n  \u003csummary\u003eNotification\u003c/summary\u003e\n\n### Get all user notifications\n\n```http\n  GET /notification/all\n```\n\n### mark all user notifications as seen\n\n```http\n  PUT /notification\n```\n\n  \u003c/details\u003e\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrice150%2Fpickme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrice150%2Fpickme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrice150%2Fpickme/lists"}