{"id":19339110,"url":"https://github.com/irfiacre/papel","last_synced_at":"2026-04-07T20:32:34.211Z","repository":{"id":136090154,"uuid":"237494628","full_name":"irfiacre/Papel","owner":"irfiacre","description":"Papel is a light-weight core banking application that powers banking operations like account creation, customer deposits, and withdrawals. This app is meant to support a single bank, where users can signup and create bank accounts online, but must visit the branch to withdraw or deposit money.","archived":false,"fork":false,"pushed_at":"2023-02-01T19:04:30.000Z","size":2490,"stargazers_count":1,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-02-24T08:23:53.121Z","etag":null,"topics":["banking","client-server","expressjs","html-css","javascript","node-js","postgresql","sequelize"],"latest_commit_sha":null,"homepage":"https://papelproj.netlify.app/","language":"JavaScript","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/irfiacre.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":"2020-01-31T18:46:53.000Z","updated_at":"2024-10-09T15:59:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"b8141474-6663-4184-814a-2daa6ec7bd0d","html_url":"https://github.com/irfiacre/Papel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/irfiacre/Papel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irfiacre%2FPapel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irfiacre%2FPapel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irfiacre%2FPapel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irfiacre%2FPapel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irfiacre","download_url":"https://codeload.github.com/irfiacre/Papel/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irfiacre%2FPapel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31528451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["banking","client-server","expressjs","html-css","javascript","node-js","postgresql","sequelize"],"created_at":"2024-11-10T03:19:55.731Z","updated_at":"2026-04-07T20:32:34.183Z","avatar_url":"https://github.com/irfiacre.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PAPEL\n[![Maintainability](https://api.codeclimate.com/v1/badges/38c576278c9ea16aed17/maintainability)](https://codeclimate.com/github/irfiacre/Papel/maintainability)\n[![Build Status](https://travis-ci.org/irfiacre/Papel.svg?branch=develop)](https://travis-ci.org/irfiacre/Papel)\n[![Coverage Status](https://coveralls.io/repos/github/irfiacre/Papel/badge.svg?branch=develop)](https://coveralls.io/github/irfiacre/Papel?branch=develop)\n\n\u003ePapel is a light-weight core banking application that powers banking operations like account\ncreation, customer deposits, and withdrawals. This app is meant to support a single bank, where\nusers can signup and create bank accounts online, but must visit the branch to withdraw or\ndeposit money.\n\n### Live Link \n\n\u003e Papel' User Interface is hosted on the gh-pages  [Papel](https://papelproj.netlify.app/)\n\n##### N.B\n\u003eTo sign in as an **Administrator**, use:\n\u003e\n\u003e - Email: admin@papel.com\n\u003e - Password: admin@123\n\u003e\n\u003eTo sign in as a **Cashier**,use:\n\u003e\n\u003e - Email: cashier@papel.com\n\u003e - Password: cashier@123\n\u003e\n\u003eTo sign in as a **User**, use:\n\u003e\n\u003e - Email: user@papel.com\n\u003e - Password: user@123\n\u003e - Or any other email and password.\n\n### Features:\n\u003e - Sign in and Sign up.\n\u003e - Open bank account.\n\u003e - View user account dashboard(Transactions history): \n\u003e - Cashier can debit or credit user's bank account. \n\u003e - Administrator can change the status of a user bank account.\n\u003e - Administrator can delete a user account\n\u003e - Administrator can create  a staff account\n\n### All of the projects endpoints are hosted on [Heroku](https://papel-bank.herokuapp.com)\n\u003e For better testing, please make requests using [Postman](https://www.getpostman.com/) \n\n### Endpoints\n|HTTP Method|Endpoint |Description|\n|:----------|:---------|:------------|\n|POST |/auth/signup | allows the user to create an account|\n|POST |/auth/signin | allows the user to sign in |\n|POST|/accounts| allows the User to create a bank account\n|PATCH |/account/:accountNo  |allows the admin to activate/dormant a bank account\n|POST  |/transactions/:accountNo/credit| allows the cashier to deposit for a users bank account \n|POST  |/transactions/:accountNo/debit| allows the cashier to withdraw for a users bank account \n|GET|/user/:userEmail/accounts|allows a user to his/her own accounts\n|GET |/accounts/:accountNo|allows the user to view his/her own specific bank account\n|GET |/accounts/:accountNo/transactions| allows the user to view all transactions on a specific account\n|GET |/transactions/:transactionId| allows the user to view a specific transaction on a specific account\n|GET |/accounts|allows the admin to view all accounts in the database.\n|GET |/accounts?status=active|allows the admin to view all active accounts in the database.\n|GET |/accounts?status=dormant|allows the admin to view all dormant accounts in the database.\n|POST |/auth/create|allows the admin to create a staff account.\n|DELETE |/accounts/:accountNo|allows the admin to delete a specific bank account\n|POST |/reset|allows the user to reset their password.\n\n*`NB: accountNo : account number`*\n\n### Prerequisites :\n\n- Clone this project with `https://github.com/irfiacre/Papel.git`\n- Head to project directory\n\n#### UI\n - Navigate to the *index.html* file.\n - Open the file in your browser preferably `Google chrome`.\n - Since these HTML and CSS based pages that can be run directly in your browser.\n\n\n#### API-Endpoints\n ##### Installation\n\u003e After clone open this in your code editor preferably Vs code.\n\u003e -  `$ cd papel`\n\u003e - `$ npm install`\n\u003e\n\n ##### To run the endpoints\n \u003e `npm run dev`\n\n ##### To learn the tests\n \u003e `npm test`\n\n### Technologies used:\n\n\u003eUI      \n\n\u003e - HTML    \n\u003e - CSS   \n\u003e - JAVASCRIPT \n\n\u003e Backend-API\n\n\u003e- NodeJS/Express\n\u003e- PostgreSQL \n\u003e- Mocha chai\n\u003e- TRAVIS CI\n\n### Project Management\n\n\u003e Project Mangement fo Papel is done using  [Pivotal Tracker](https://www.pivotaltracker.com/n/projects/2432180)\n\n### Author \n\n[IRADUKUNDA Allelua Fiacre](https://github.com/irfiacre)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firfiacre%2Fpapel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firfiacre%2Fpapel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firfiacre%2Fpapel/lists"}