Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.13 KB

File metadata and controls

37 lines (24 loc) · 1.13 KB

Go M.U.D - Getting Started

A M.U.D (multi user dungeon) with a back end API built with Go and a front end UI built with Flutter.

❗ No Longer Maintained ~ March 18th 2024 - See PlayByMail for my latest Go endeavours❗

Quick Start

📝 Might be a good idea to look at what these tools do before running them!

Running the server

Starts a postgres database in a docker container, runs database migrations with db-migrate, loads game data and starts the Go API server.

cd backend
./tools/start

API server will be available at http://localhost:8082/

Running the client

Generate client configuration code.

cd frontend
./tools/generate.dart

Use your favourite Flutter project IDE and Android/iOS emulator.