Dashboard for managing sites, this includes various tools for setting up environments for a variety of websites.
Go to file
CodeLiturgy b13a5ac392 Add BlueWest.Frontend as submodule 2022-08-20 03:47:32 +01:00
BlueWest Refactor 2022-08-19 17:47:35 +01:00
BlueWest.Api Add BlueWest.Frontend as submodule 2022-08-20 03:47:32 +01:00
BlueWest.Api.Gateway Refactor 2022-08-19 17:47:35 +01:00
BlueWest.Data Add BlueWest.Frontend as submodule 2022-08-20 03:47:32 +01:00
BlueWest.Frontend@8f656cbcc1 Add BlueWest.Frontend as submodule 2022-08-20 03:47:32 +01:00
include Fix VC 2022-08-18 16:53:38 +01:00
.gitignore Init 2021-12-05 23:49:27 +00:00
.gitmodules Add BlueWest.Frontend as submodule 2022-08-20 03:47:32 +01:00
BlueWest.sln Refactor 2022-08-19 17:47:35 +01:00
README.md Users and Finance Ops work wip 2022-08-19 04:18:50 +01:00
docker-compose.yml Users and Finance Ops work wip 2022-08-19 04:18:50 +01:00

README.md

BlueWest Project

Using docker

To build the BlueWest.Api image use:

docker build -f BlueWest.Api/Dockerfile . -t myappdebug

Copy the generated hash, and run:

docker run -p 8080:80 image-hash

Using Docker Compose

Run the following command to instance a MySQL database and the API:

docker-compose up --build -d