Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/perquis/cloudfide-rt


https://github.com/perquis/cloudfide-rt

Last synced: about 1 month ago
JSON representation

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
```