{"id":22533552,"url":"https://github.com/vectormike/e-wallet-system","last_synced_at":"2025-04-09T18:04:30.095Z","repository":{"id":101868109,"uuid":"276383557","full_name":"Vectormike/e-Wallet-system","owner":"Vectormike","description":"Replica of an e-wallet system.","archived":false,"fork":false,"pushed_at":"2020-07-02T16:40:18.000Z","size":39,"stargazers_count":12,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-23T20:03:32.865Z","etag":null,"topics":["express","mongodb"],"latest_commit_sha":null,"homepage":"","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/Vectormike.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-07-01T13:22:01.000Z","updated_at":"2024-12-10T16:14:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"4685af2b-7cc0-488c-b17b-d421fe7cf707","html_url":"https://github.com/Vectormike/e-Wallet-system","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vectormike%2Fe-Wallet-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vectormike%2Fe-Wallet-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vectormike%2Fe-Wallet-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vectormike%2Fe-Wallet-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vectormike","download_url":"https://codeload.github.com/Vectormike/e-Wallet-system/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248084214,"owners_count":21045123,"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":["express","mongodb"],"created_at":"2024-12-07T09:08:40.846Z","updated_at":"2025-04-09T18:04:30.083Z","avatar_url":"https://github.com/Vectormike.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-Wallet System \n\n## Getting started\n\nThis project will run on **NodeJs** using **MongoDB** as database.\n\n## Features\n\n- Basic Authentication (Register/Login with hashed password)\n-  JWT Tokens, make requests with a token after login with `Authorization` header with value `Bearer thisisasamplesecret` where `thisisasamplesecret` will be returned in Login response.\n- Deposit API\n- Transfer API\n- View transactions API\n\n## Software Requirements\n- Node.js **8+**\n- MongoDB **3.6+** (Recommended **4+**)\n\n## How to install\n\n### Using Git (recommended)\n\n1.  Clone the project from github.\n\n\n```bash\ngit clone https://github.com/Vectormike/e-Wallet-system ewallet\n```\n\n### Using manual download ZIP\n\n1.  Download repository\n2.  Uncompress to your desired directory\n\n### Install npm dependencies after installing (Git or manual download)\n\n```bash\ncd ewallet\nnpm install\n```\n\n### Setting up environments\n\n1. You will find a file named `.env.example` on root directory of project.\n2. Create a new file by copying and pasting the file and then renaming it to just `.env`\n    ```bash\n    cp .env.example .env\n    ```\n3. The file `.env` is already ignored, so you never commit your credentials.\n4.  Change the values of the file to your environment. Helpful comments added to `.env.example` file to understand the constants.\n## Project  structure\n\n## How to run\n\n### Running  API server locally\n\n```bash\nnpm run dev\n```\n\nYou will know server is running by checking the output of the command `npm run dev`\n\n```bash\nConnected to mongodb:YOUR_DB_CONNECTION_STRING\nApp is running ...\n\nPress CTRL + C to stop the process.\n```\n**Note:**  `MONGODB_URL` will be your MongoDB connection string.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvectormike%2Fe-wallet-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvectormike%2Fe-wallet-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvectormike%2Fe-wallet-system/lists"}