{"id":14989303,"url":"https://github.com/victordantasdev/woobank","last_synced_at":"2026-01-07T12:50:26.933Z","repository":{"id":242448637,"uuid":"809558893","full_name":"victordantasdev/woobank","owner":"victordantasdev","description":"💵 A banking system build with Koa, Relay and graphql.","archived":false,"fork":false,"pushed_at":"2024-06-03T16:37:49.000Z","size":484,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-20T13:38:04.610Z","etag":null,"topics":["cypress","graqhql","jest","koa","react","relay","storybook","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://woobank-web.vercel.app","language":"TypeScript","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/victordantasdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-03T02:13:53.000Z","updated_at":"2024-06-04T13:56:35.000Z","dependencies_parsed_at":"2024-09-25T00:34:44.767Z","dependency_job_id":null,"html_url":"https://github.com/victordantasdev/woobank","commit_stats":{"total_commits":97,"total_committers":1,"mean_commits":97.0,"dds":0.0,"last_synced_commit":"95456a2d16f6bef70e3f13056ba5b7c75c93f832"},"previous_names":["victordantasdev/woobank"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victordantasdev%2Fwoobank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victordantasdev%2Fwoobank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victordantasdev%2Fwoobank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victordantasdev%2Fwoobank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victordantasdev","download_url":"https://codeload.github.com/victordantasdev/woobank/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246180923,"owners_count":20736460,"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":["cypress","graqhql","jest","koa","react","relay","storybook","tailwindcss","typescript"],"created_at":"2024-09-24T14:18:06.387Z","updated_at":"2026-01-07T12:50:26.895Z","avatar_url":"https://github.com/victordantasdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WooBank 💵\n\nWooBank is a simple web app that simulates a banking system. With WooBank, you can register, log in, perform transactions between accounts, and view the transaction history and account ledger.\n\n## Table of Contents\n- [WooBank](#woobank)\n  - [Technologies Used](#technologies-used)\n    - [Frontend](#frontend)\n    - [Backend](#backend)\n  - [Features](#features)\n  - [Installation and Project Setup](#installation-and-project-setup)\n    - [Prerequisites](#prerequisites)\n    - [Steps](#steps)\n  - [Accessing the Application](#accessing-the-application)\n  - [Additional Commands](#additional-commands)\n  - [Running Tests](#running-tests)\n  - [Starting Storybook](#starting-storybook)\n  - [Application Screenshots](#application-screenshots)\n  - [Deployment](#deployment)\n  - [License](#license)\n\n## Features\n\n- User registration\n- User login\n- Perform transactions between accounts\n- Access transaction history\n- View account ledger and account balance\n\n## Installation and Project Setup\n\n### Prerequisites\n\n- Node.js installed\n- Yarn installed\n\n### Steps\n\n1. **Install dependencies**\n\n   ```sh\n   yarn\n   ```\n\n2. **Start the database**\n\n   ```sh\n   yarn compose:up\n   ```\n\n3. **Set up environment variables**\n\n   ```sh\n   yarn set:env\n   ```\n\n4. **Generate the GraphQL schema**\n\n   ```sh\n   yarn schema\n   ```\n\n5. **Run the Relay compiler**\n\n   ```sh\n   yarn relay\n   ```\n\n6. **Start both backend and frontend**\n   ```sh\n   yarn dev\n   ```\n\n### Accessing the Application\n\n- The API will be available at: [http://localhost:4000/graphql](http://localhost:4000/graphql), where you will find a playground to test the available queries and mutations.\n- The web application will be available at: [http://localhost:3000](http://localhost:3000).\n\n### Additional Commands\n\n- **Start only the server**\n\n  ```sh\n  yarn dev:server\n  ```\n\n- **Start only the web application**\n  ```sh\n  yarn dev:web\n  ```\n\n### Running Tests\n\n- **Run tests with Jest**\n\n  ```sh\n  yarn test\n  ```\n\n- **Run component tests with Cypress**\n\n  ```sh\n  yarn cypress:component\n  ```\n\n- **Run all tests**\n  ```sh\n  yarn test:all\n  ```\n\n### Starting Storybook\n\n```sh\nyarn storybook\n```\n\n## Application Screenshots\n\n- Login page:\n![image](https://github.com/victordantasdev/woobank/assets/64330605/d4994d13-a23d-4143-b7df-f08ebbf1919a)\n- Registration Page:\n![image](https://github.com/victordantasdev/woobank/assets/64330605/362e1c89-c2a4-415b-b035-1667a0f16bda)\n- Home page:\n![image](https://github.com/victordantasdev/woobank/assets/64330605/6f2299ee-49c3-4c6c-ab1c-d0bc81ef9a79)\n- Account Ledger:\n![image](https://github.com/victordantasdev/woobank/assets/64330605/09dd3864-66f0-42fb-8132-0c3dc7c81b9e)\n\n\n## Deployment\n\nThe application is available at: [https://woobank-web.vercel.app/](https://woobank-web.vercel.app/)\n\n## Technologies Used\n\n### Frontend\n\n- **React**\n- **TypeScript**\n- **Vite**\n- **Cypress**\n- **TailwindCSS**\n- **Chadcn/ui**\n- **Relay**\n- **Storybook**\n\n### Backend\n\n- **TypeScript**\n- **Relay**\n- **Koa**\n- **Jest**\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\nWe hope you enjoy using WooBank! If you have any questions or suggestions, feel free to open an issue in the repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictordantasdev%2Fwoobank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictordantasdev%2Fwoobank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictordantasdev%2Fwoobank/lists"}