Dashboard for managing sites, this includes various tools for setting up environments for a variety of websites.
Go to file
CodeLiturgy 8dfd6e80cc Cleanup warnings, add docs 2022-08-22 00:51:45 +01:00
BlueWest Supporting 'friendly constructors' 2022-08-21 22:14:50 +01:00
BlueWest.Api Cleanup warnings, add docs 2022-08-22 00:51:45 +01:00
BlueWest.Api.Gateway Refactor 2022-08-19 17:47:35 +01:00
BlueWest.Data.Capital Cleanup warnings, add docs 2022-08-22 00:51:45 +01:00
BlueWest.Data.Geography Supporting 'friendly constructors' 2022-08-21 22:14:50 +01:00
BlueWest.Frontend@75205acb35 Supporting 'friendly constructors' 2022-08-21 22:14:50 +01:00
include Remove generic extensions and refactor code 2022-08-21 23:32:47 +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 Supporting 'friendly constructors' 2022-08-21 22:14:50 +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