{"id":18390306,"url":"https://github.com/nnamanx/payday-trade","last_synced_at":"2026-05-01T18:33:01.730Z","repository":{"id":188457840,"uuid":"677335793","full_name":"nnamanx/Payday-trade","owner":"nnamanx","description":"Payday bank is implementing brand new Trading solution. The customers now should be able to purchase stocks from partner brokers through their bank account.","archived":false,"fork":false,"pushed_at":"2023-08-19T12:29:24.000Z","size":172,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-08T16:57:11.158Z","etag":null,"topics":["gradle","jpa","jwt","lombok","postgresql","rest-api","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/nnamanx.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}},"created_at":"2023-08-11T10:08:55.000Z","updated_at":"2023-11-19T21:24:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"baec39f2-2f73-46bc-94c5-75cf2ca40c1b","html_url":"https://github.com/nnamanx/Payday-trade","commit_stats":null,"previous_names":["nnamanx/payday-trade"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nnamanx/Payday-trade","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnamanx%2FPayday-trade","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnamanx%2FPayday-trade/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnamanx%2FPayday-trade/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnamanx%2FPayday-trade/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nnamanx","download_url":"https://codeload.github.com/nnamanx/Payday-trade/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnamanx%2FPayday-trade/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32508901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["gradle","jpa","jwt","lombok","postgresql","rest-api","spring-boot"],"created_at":"2024-11-06T01:47:10.293Z","updated_at":"2026-05-01T18:33:01.691Z","avatar_url":"https://github.com/nnamanx.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e Payday Trading Bank \u003c/h1\u003e\nPayday bank is implementing brand new Trading solution. The customers now should be able to purchase stocks from partner brokers through their bank account.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Features](#features)\n- [Getting Started](#getting-started)\n    - [Prerequisites](#prerequisites)\n    - [Installation](#installation)\n- [Technologies Used](#technologies-used)\n- [License](#license)\n\n\n\u003ch2\u003eTask\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eImplement rest APIs given in the user stories\u003c/li\u003e\n\u003cli\u003eCreate necessary artifacts to run application locally\u003c/li\u003e\n\u003cli\u003eFollow coding standards and best practices\u003c/li\u003e\n\u003cli\u003eProvide at least 80% unit test coverage\u003c/li\u003e\n\u003cli\u003eNice to have integration tests\u003c/li\u003e\n\u003cli\u003eThe application must be highly scalable\u003c/li\u003e\n\u003cli\u003eProvide artifacts to deploy the application to kubernetes cluster\u003c/li\u003e\n\u003cli\u003eProvide proper isolation mechanism for test and prod envs. Assume we will deploy the\napplication to the same kubernetes cluster and use namespaces as to isolate each env.\u003c/li\u003e\n\u003c/ul\u003e\n\n## Technologies Used\n\n\u003cul\u003e\n\u003cli\u003eSpring Boot\u003c/li\u003e\n\u003cli\u003eRest API\u003c/li\u003e\n\u003cli\u003eSpring Mail\u003c/li\u003e\n\u003cli\u003eJWT\u003c/li\u003e\n\u003cli\u003eMapStruct\u003c/li\u003e\n\u003cli\u003eFeign Client\u003c/li\u003e\n\u003cli\u003eLiquibase\u003c/li\u003e\n\u003cli\u003eSwagger\u003c/li\u003e\n\u003c/ul\u003e\n\n\n## Introduction\n\nThe Payday Trading Solution is a web application that provides customers with the ability to buy and sell stocks using\ntheir bank accounts. It implements a set of REST APIs for various functionalities and ensures secure authentication\nusing JWT (JSON Web Tokens).\n\n## Features\n\n- User sign-up and authentication\n- Listing available stocks with current prices\n- Depositing cash into the account\n- Placing buy and sell orders for stocks\n- Email notifications for order fulfillment\n\n### Prerequisites\n\n- Java Development Kit (JDK) 8 or higher\n- Spring Boot CLI (optional)\n- PostgreSQL database\n- Docker and Docker Compose (for database setup)\n\n### Installation\n\n1. Clone this repository:\n   ```sh\n   git clone https://github.com/nnamanx/payday-trade.git\n   cd payday-trade.git\n             \n\n\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnnamanx%2Fpayday-trade","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnnamanx%2Fpayday-trade","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnnamanx%2Fpayday-trade/lists"}