Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rash023/blink
- Owner: Rash023
- Created: 2024-05-17T19:35:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T13:31:33.000Z (6 months ago)
- Last Synced: 2024-05-21T22:16:59.069Z (6 months ago)
- Topics: mongodb-atlas, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.gitcd frontend
npm i
npm run devcd backend
npm i
npm run dev
```