{"id":24665874,"url":"https://github.com/rafaelmoraes003/ngcash-tech-test","last_synced_at":"2026-04-13T04:04:11.220Z","repository":{"id":132548175,"uuid":"567133806","full_name":"rafaelmoraes003/ngcash-tech-test","owner":"rafaelmoraes003","description":"Full-stack web application developed for ngcash technical test.","archived":false,"fork":false,"pushed_at":"2022-12-19T02:41:22.000Z","size":402,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-31T16:40:58.574Z","etag":null,"topics":["docker","docker-compose","nodejs","oop","orm","postgresql","react","react-toastify","reactjs","sequelize","typescript","zod"],"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/rafaelmoraes003.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":"2022-11-17T06:19:19.000Z","updated_at":"2022-12-19T02:55:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb2f1080-1685-4481-8a99-cf828f7d6314","html_url":"https://github.com/rafaelmoraes003/ngcash-tech-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rafaelmoraes003/ngcash-tech-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelmoraes003%2Fngcash-tech-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelmoraes003%2Fngcash-tech-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelmoraes003%2Fngcash-tech-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelmoraes003%2Fngcash-tech-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaelmoraes003","download_url":"https://codeload.github.com/rafaelmoraes003/ngcash-tech-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelmoraes003%2Fngcash-tech-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31739050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T03:27:07.512Z","status":"ssl_error","status_checked_at":"2026-04-13T03:26:53.610Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker","docker-compose","nodejs","oop","orm","postgresql","react","react-toastify","reactjs","sequelize","typescript","zod"],"created_at":"2025-01-26T07:13:58.207Z","updated_at":"2026-04-13T04:04:11.209Z","avatar_url":"https://github.com/rafaelmoraes003.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NGCASH TECH TEST\n\n## TECHNOLOGIES USED\n\n\u003cdiv align=\"left\"\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/typescript/typescript-original.svg\" height=\"50\" width=\"62\" alt=\"typescript logo\"  /\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/react/react-original.svg\" height=\"50\" width=\"62\" alt=\"react logo\"  /\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/nodejs/nodejs-original.svg\" height=\"50\" width=\"62\" alt=\"nodejs logo\"  /\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/express/express-original.svg\" height=\"50\" width=\"62\" alt=\"express logo\"  /\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/postgresql/postgresql-original.svg\" height=\"50\" width=\"62\" alt=\"postgresql logo\"  /\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/sequelize/sequelize-original.svg\" height=\"50\" width=\"62\" alt=\"sequelize logo\"  /\u003e\n  \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/docker/docker-original.svg\" height=\"50\" width=\"62\" alt=\"docker logo\"  /\u003e\n\u003c/div\u003e\n\n###\n\n## NECESSARY SETTINGS\n\n- `docker-compose` from version 1.29.2\n\n## HOW TO RUN THE APPLICATION\n\nIn the root folder of the project, use the `docker-compose up -d` command in the terminal and wait for the services to start up. The Front-End will be located on port 3000, the Back-End on port 3001 and the database (Postgresql) on port 5432.\n\n## ABOUT THE DATABASE AND SERVER\n\nWhen initializing the services through `docker-compose`, 3 users will be created, which are these:\n\n```JavaScript\n[\n  { id: 1, username: 'Rafael Moraes', password: 'AAbbCC11' },\n  { id: 2, username: 'Pedro Pereira', password: 'DDeeFF22' },\n  { id: 2, username: 'Lucas Almeida', password: 'XXyyZZ55' },\n]\n```\n\nNOTE: The passwords in the database are hashed.\n\n## SCREENS\n\nThere are 4 screens in the application, namely:\n\n- ### `/login` - Performing a login.\n- ### `/register` - Creation of a new user.\n- ### `/home` - Main screen, where you can perform banking operations and check the user's balance.\n- ### `/transactions` - Listing of bank transactions and filtering options for them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelmoraes003%2Fngcash-tech-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaelmoraes003%2Fngcash-tech-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelmoraes003%2Fngcash-tech-test/lists"}