Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aididalam/smartdblogger
https://github.com/aididalam/smartdblogger
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aididalam/smartdblogger
- Owner: aididalam
- Created: 2024-12-20T10:38:33.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-12-20T10:46:39.000Z (14 days ago)
- Last Synced: 2024-12-20T11:30:35.995Z (14 days ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# DBChainLogger
This is an example project for logging database operations (CRUD) to a blockchain. It is designed to demonstrate integration between MySQL, Firebase, and blockchain smart contracts.
## Features
-Logs CREATE, READ, UPDATE, DELETE operations to the blockchain.
-Supports MySQL with Sequelize ORM.
-Supports Firebase Realtime Database.
## Usage
1. Clone the repository:
git clone https://github.com/your-username/DBChainLogger.git
cd DBChainLogger
2. Install dependencies:
```
npm install
```
3. Start the application:
```
npm start
```
## Note
This project is for demonstration purposes only. Replace placeholders with your actual configurations.