{"id":15156539,"url":"https://github.com/code9g/argentbank","last_synced_at":"2026-01-19T22:32:10.194Z","repository":{"id":254328042,"uuid":"844322468","full_name":"code9g/ArgentBank","owner":"code9g","description":"Projet 13 de la formation \"Développeur d'application Javascript / React\" de OpenClassRooms","archived":false,"fork":false,"pushed_at":"2024-11-07T12:51:46.000Z","size":2258,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T14:21:40.467Z","etag":null,"topics":["css3","html5","javascript","openclassrooms","react","react-router","react-toastify","reactjs","redux","redux-thunk","redux-toolkit","sass","school-project","vitejs"],"latest_commit_sha":null,"homepage":"https://code9g.github.io/ArgentBank/","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/code9g.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":"2024-08-19T02:33:40.000Z","updated_at":"2024-11-27T06:54:53.000Z","dependencies_parsed_at":"2025-02-13T16:50:49.466Z","dependency_job_id":"2290544b-95e5-4a5b-85fd-c74361f6fbb8","html_url":"https://github.com/code9g/ArgentBank","commit_stats":{"total_commits":113,"total_committers":1,"mean_commits":113.0,"dds":0.0,"last_synced_commit":"0c17ab976de0e3f0da8e6d627489884ea3085b38"},"previous_names":["code9g/argentbank"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code9g%2FArgentBank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code9g%2FArgentBank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code9g%2FArgentBank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code9g%2FArgentBank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code9g","download_url":"https://codeload.github.com/code9g/ArgentBank/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247666030,"owners_count":20975794,"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":["css3","html5","javascript","openclassrooms","react","react-router","react-toastify","reactjs","redux","redux-thunk","redux-toolkit","sass","school-project","vitejs"],"created_at":"2024-09-26T19:22:38.154Z","updated_at":"2026-01-19T22:32:10.150Z","avatar_url":"https://github.com/code9g.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ArgentBank\n\n![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge\u0026logo=html5\u0026logoColor=white)\n![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge\u0026logo=css3\u0026logoColor=white)\n![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge\u0026logo=javascript\u0026logoColor=%23F7DF1E)\n\n![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge\u0026logo=vite\u0026logoColor=white)\n![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB)\n![React Router](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge\u0026logo=react-router\u0026logoColor=white)\n![Redux](https://img.shields.io/badge/redux-%23593d88.svg?style=for-the-badge\u0026logo=redux\u0026logoColor=white)\n![React-Toastify](https://img.shields.io/badge/React--Toastify-blue?style=for-the-badge)\n![SASS](https://img.shields.io/badge/SASS-hotpink.svg?style=for-the-badge\u0026logo=SASS\u0026logoColor=white)\n\nProjet 13 du parcours \"**Développeur d'application - JavaScript React**\" chez [OpenClassroom](https://openclassrooms.com/fr/).\n\n## Description\n\nUtilisez une API pour un compte utilisateur bancaire avec React\n\n![Home](./images/home.png)\n\nVous venez de commencer à travailler chez Remede Agency, une agence spécialisée dans le développement d'applications web.\n\n## Installation\n\nCe projet a été testé et réalisé avec la version 20.15.1 de Node.js\n\nNote: Il est possible que le back ne fonctionne que sur la version v12 de node, pensez à utiliser nvm.\n\n### Partie Back\n\n```bash\n# To back\ncd back\n\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\n### Partie Front\n\n```bash\n# To front\ncd front\n\n# Install dependencies\nnpm install\n\n# Start local dev\nnpm run dev\n```\n\n## Données\n\nUne fois que vous avez lancez le script `populate-db`, vous devriez avoir deux utilisateurs dans votre base de donnée:\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[![Github Pages](https://img.shields.io/badge/github%20pages-121013?style=for-the-badge\u0026logo=github\u0026logoColor=white)](\u003c[http://](https://github.com/code9g/)\u003e)\n[![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/pierre-andre-henry/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode9g%2Fargentbank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode9g%2Fargentbank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode9g%2Fargentbank/lists"}