This is the rest api for MohistMC's website.
Clone the repository and open it in your favorite IDE (IntelliJ IDEA is recommended).
Copy the .env.dist
file to .env
and fill in the values.
Run the postgres database (will use credentials from .env
file):
$ docker compose --env-file .env.dev up -d
Then, start the app using your IDE.