Skip to content

XIVLoot/XIVLoot

Repository files navigation

XIVLoot

example workflow
This is a FFXIV raid loot management project. This includes a front-end and a back-end. Front-end is in Angular and the Backend is in .NET using EntityFramework.

Prepare your environment

You need

Docker

Create your SSL certificate

dotnet dev-certs https --clean
dotnet dev-certs https -ep $env:USERPROFILE\.aspnet\https\aspnetapp.pfx -p XIVLoot
dotnet dev-certs https --trust

Build the image

From the root of the project (where the .sln is)

docker build -f FFXIV-RaidLootAPI/Dockerfile -t ffxiv-raidlootapi .

Put the images up

Go into the docker-db folder in the project

docker compose up -d

and if you want to put the containers down

docker compose down

About

Project for managing loot in FFXIV

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •