Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rash023/blink

Blink is a fast and secure transaction application that makes your financial transactions as quick and effortless as a blink, all while demonstrating precise transaction control mechanisms.
https://github.com/rash023/blink

mongodb-atlas nodejs reactjs

Last synced: 13 days ago
JSON representation

Blink is a fast and secure transaction application that makes your financial transactions as quick and effortless as a blink, all while demonstrating precise transaction control mechanisms.

Awesome Lists containing this project

README

        

# Blink - Make transactions with a blink

Blink is a payments app featuring robust transaction control mechanisms to ensure security. It leverages MongoDB Transactions to execute transactions reliably, preventing any faulty or incomplete transactions. This implementation ensures that all operations within a transaction are completed successfully, maintaining data integrity and consistency. As a result, users can trust that their financial transactions are both secure and accurate.

Tech used:- ReactJs, NodeJs, MongoDB, Javascript

## Installation

```bash
git clone https://github.com/Rash023/Blink.git

cd frontend
npm i
npm run dev

cd backend
npm i
npm run dev
```