Skip to content

Dash-L/RedHerringServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedHerring Server

The server for the RedHerring project, run separately from the client
original repl

Running

NOTE: You probably don't want to just run the server, see the RedHerring github repo for the full project

  1. Install poetry
  2. Run poetry install
  3. Run the server with poetry run python main.py
    by default this puts the server on 0.0.0.0:5000 meaning port 5000 must be exposed to access the server externally.
    If you run the server somewhere other than the original repl, you will have to set an environment variable when running the client, see the README.md for the client for info.

About

Server for the RedHerring project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages