Skip to content

coding-kelps/finwar

Repository files navigation

FinWar

🤖⚡️🤖 A finbot arena server.

Based on the dataset from : Huge Stock Market Dataset

Prerequisites

Getting Started

With Docker Compose (Recommended)

Start both database and Rust server:

cat .env.dev > .env
docker-compose up --build

The Rust server is now available on http://localhost:4444

Running only the Database

Start the database using Docker Compose:

docker-compose up -d timescaledb

This will start a PostgreSQL + TimescaleDB instance on port 5432 with default credentials:

  • User: finwar
  • Password: password
  • Database: finwar

To stop the database:

docker-compose down

Running Servers Individually

For detailed instructions on running each server locally:

About

🤖⚡️🤖 a finbot arena server.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •