Skip to content

bencemohr/ssh-multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project MITS - Multiplayer

The home repository for the MITS Multiplayer API

Setup

  1. Install Dependencies:

    npm install
  2. Database: Ensure PostgreSQL is running (via Docker).

  3. Seed Admin User:

    node seed-admin.js

    By default (Docker Compose), the admin password is generated automatically and stored in the API container volume.

    Retrieve it with:

    docker compose exec api cat /data/admin_password
  4. Deep Cleanup: If you need to completely wipe all containers (including dynamic player containers):

    npm run docker:clean

Development

Carried out by IT2E for Maritime IT Security Research Group, NHL Stenden University of Applied Sciences. Emmen.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors