Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keyur-gondaliya/bridge
web3 XY finace App
https://github.com/keyur-gondaliya/bridge
express next nodejs typescript xyfinance
Last synced: 13 days ago
JSON representation
web3 XY finace App
- Host: GitHub
- URL: https://github.com/keyur-gondaliya/bridge
- Owner: Keyur-Gondaliya
- Created: 2024-07-06T22:14:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T21:19:25.000Z (4 months ago)
- Last Synced: 2024-11-02T21:02:29.384Z (13 days ago)
- Topics: express, next, nodejs, typescript, xyfinance
- Language: TypeScript
- Homepage: https://bridge.keyur-gondaliya.tech/
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bridge
This project aims to replicate the XY Finance API using Node.js and Next.ts.
# Project Setup
## Requirements
Dependencies installed:
Node.js (>=22.x)
## Getting Started
### 1. Clone the Repository
git clone https://github.com/Keyur-Gondaliya/bridge.git
## Setup Frontend
### 1. Install Dependencies
$ cd frontend && npm install
### 2. Run
$ npm run dev
## Setup Backend
### 1. Install Dependencies
$ cd backend && npm install
### 2. Run
$ npm start
### 3. Run Tests
$ npm run test
# Contributing
We welcome contributions to Bridge! Feel free to submit bug reports, feature requests, or pull requests through GitHub.
# License
This project is licensed under the MIT License.
#### **_ Feel free to customize the README further based on your project's specific details and requirements. Let me know if you need any further assistance! _**