Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perquis/cloudfide-rt
https://github.com/perquis/cloudfide-rt
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/perquis/cloudfide-rt
- Owner: perquis
- Created: 2024-11-07T11:27:01.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T10:27:25.000Z (3 months ago)
- Last Synced: 2024-11-08T10:41:42.760Z (3 months ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recruitment Task:
This is a recruitment task to build using Node.js and the `binance-api-node` library.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
- [Development](#development)## Features
- Feature 1
## Installation
1. Clone the repository:
```
git clone https://github.com/perquis/cloudfide-rt.git
```
2. Navigate to the project directory:
```
cd cloudride-rt
```
3. Install dependencies:
```
npm install
```## Configuration
1. Create a `.env` file in the root directory of the project and add your Binance API credentials:
```
BINANCE_API_KEY=your_api_key
BINANCE_API_SECRET=your_api_secret
```## Usage
1. Start the backend:
```
npm run dev
```2. Start the frontend
```
npm run dev:frontend
```## Development
1. Run the development server:
```
npm run dev
```2. The server will automatically restart when you make changes to the code.
3. Run tests:
```
npm test
```