epthed / GhostSystem

Online RPG scifi-fantasy dystopia with a focus on a living world. In heavy development, not playable.

Repository from Github https://github.comepthed/GhostSystemRepository from Github https://github.comepthed/GhostSystem

Backend/API for ghostsystem.

Install with miniconda:

conda env create -f environment.yml

Install PostgreSQL that this process can access

Set environment variables, names below are required, fill in values as needed. This assumes running ghostsystem-web locally as well:

PORT=5000;  
ORIGINS=http://localhost:8080; 
DATABASE_URL=postgres://postgres@localhost:5432  

After creating above environment variables:

conda run --no-capture-output -n ghostsystem python main.py

About

Online RPG scifi-fantasy dystopia with a focus on a living world. In heavy development, not playable.

License:Other


Languages

Language:Python 97.8%Language:Dockerfile 2.0%Language:Shell 0.2%