- Run
docker-compose up -dto start the infrastructure
- Run
cd remote-serverto enter the local server folder - Run
yarnto install dependencies - Run
yarn devto start the server
- Run
yarn replto start the repl - Inside repl, run
User.create({ username: "USERNAME", password: "PASSWORD", isAdmin: true, name: "NAME"})
- Run
cd local-serverto enter the local server folder - Run
yarnto install dependencies - Run
cp .env.sample .envto create the environment file, and fill any missing values - Run
yarn devto start the server
- Run
cd remote-serverto enter the local server folder - Run
yarnto install dependencies - Run
cp .env.sample .envto create the environment file, and fill any missing values - Run
yarn devto start the server
- Run
cd clientto enter the local server folder - Run
yarnto install dependencies - Run
cp .env.sample .envto create the environment file, and fill any missing values - Run
yarn devto start the server


