{"id":26213540,"url":"https://github.com/logic-fabric/argent-bank-api","last_synced_at":"2025-07-16T05:06:13.881Z","repository":{"id":116028512,"uuid":"409501649","full_name":"logic-fabric/argent-bank-api","owner":"logic-fabric","description":"Source code supplied by OpenClassrooms to be used in a project of the Front-end Developer path","archived":false,"fork":false,"pushed_at":"2021-09-23T08:12:24.000Z","size":761,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T09:39:43.260Z","etag":null,"topics":["openclassrooms-code"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/logic-fabric.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2021-09-23T08:01:25.000Z","updated_at":"2021-09-29T07:05:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e6a21ef-ea7a-41cb-89db-c45ea06d8f04","html_url":"https://github.com/logic-fabric/argent-bank-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/logic-fabric/argent-bank-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logic-fabric%2Fargent-bank-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logic-fabric%2Fargent-bank-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logic-fabric%2Fargent-bank-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logic-fabric%2Fargent-bank-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logic-fabric","download_url":"https://codeload.github.com/logic-fabric/argent-bank-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logic-fabric%2Fargent-bank-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265483241,"owners_count":23774171,"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":["openclassrooms-code"],"created_at":"2025-03-12T09:32:04.963Z","updated_at":"2025-07-16T05:06:13.872Z","avatar_url":"https://github.com/logic-fabric.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project #10 - Argent Bank API\n\nThis codebase contains the code needed to run the backend for Argent Bank.\n\n## Getting Started\n\n### Prerequisites\n\nArgent Bank uses the following tech stack:\n\n- [Node.js v12](https://nodejs.org/en/)\n- [MongoDB Community Server](https://www.mongodb.com/try/download/community)\n\nPlease make sure you have the right versions and download both packages. You can verify this by using the following commands in your terminal:\n\n```bash\n# Check Node.js version\nnode --version\n\n# Check Mongo version\nmongo --version\n```\n\n### Instructions\n\n1. Fork this repo\n1. Clone the repo onto your computer\n1. Open a terminal window in the cloned project\n1. Run the following commands:\n\n```bash\n# Install dependencies\nnpm install\n\n# Start local dev server\nnpm run dev:server\n\n# Populate database with two users\nnpm run populate-db\n```\n\nYour server should now be running at http://locahost:3001 and you will now have two users in your MongoDB database!\n\n## Populated Database Data\n\nOnce you run the `populate-db` script, you should have two users in your database:\n\n### Tony Stark\n\n- First Name: `Tony`\n- Last Name: `Stark`\n- Email: `tony@stark.com`\n- Password: `password123`\n\n### Steve Rogers\n\n- First Name: `Steve`,\n- Last Name: `Rogers`,\n- Email: `steve@rogers.com`,\n- Password: `password456`\n\n## API Documentation\n\nTo learn more about how the API works, once you have started your local environment, you can visit: http://localhost:3001/api-docs\n\n## Design Assets\n\nStatic HTML and CSS has been created for most of the site and is located in: `/designs`.\n\nFor some of the dynamic features, like toggling user editing, there is a mock-up for it in `/designs/wireframes/edit-user-name.png`.\n\nAnd for the API model that you will be proposing for transactitons, the wireframe can be found in `/designs/wireframes/transactions.png`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogic-fabric%2Fargent-bank-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogic-fabric%2Fargent-bank-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogic-fabric%2Fargent-bank-api/lists"}