Code Monkey home page Code Monkey logo

fuse-wallet's Introduction

fuse-wallet

A wallet system API developed with NestJS, MySQL and typeorm

This API assumes the following functionalities and constraints to enforce security and integrity

  • A security private key will be generated for users on sign up

  • Abilities for users to be able to fund (with either card or bank transfer) and withdraw money to their wallet using the Flutterwave payment gateway.

  • users will be able to add, view and delete beneficiaries

  • users will be able to perform peer to peer transactions to any of their beneficiaries and withdraw from their wallet using the transaction pin.

  • during the peer to peer transaction, the sender and receiver (sender's beneficiary) will receive email notifications of the transaction.

  • users can only use that security key for recovering their transaction pin.

  • The security key has to be kept in an ultrasafe manner as there is no way for users to recover their account once they lose the key

  • Live URL here

  • Find the API documentation here

Getting Started: Install Pacakges

 npm install

or

 yarn

Then you can then finally start the development server with the command

 npm run start:dev

or

 yarn start:dev

Dockerizing the development environment

use the command below to build the docker image

docker-compose up --build

Running the Dev Docker container

To run the application, use the command below:

 docker-compose up

the server will be running on http://localhost:8000

Next steps? deploy to dockerhub

  • A useful resource on how to push your docker image to DockerHub can be found here

fuse-wallet's People

Contributors

e-wave112 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.