Dashboard for managing sites, this includes various tools for setting up environments for a variety of websites.
Go to file
CodeLiturgy b5b2b758c9 update template using nameof to specify id 2022-08-29 17:30:24 +01:00
BlueWest Supporting 'friendly constructors' 2022-08-21 22:14:50 +01:00
BlueWest.Api update template using nameof to specify id 2022-08-29 17:30:24 +01:00
BlueWest.Api.Gateway Refactor 2022-08-19 17:47:35 +01:00
BlueWest.Data.Capital Support ef add method 2022-08-24 17:56:51 +01:00
BlueWest.Data.Geography Supporting 'friendly constructors' 2022-08-21 22:14:50 +01:00
BlueWest.Frontend@5006902892 Add template working 2022-08-27 04:19:30 +01:00
include Update template working 2022-08-29 01:41:28 +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
BlueWest.sln.DotSettings Add more data types 2022-08-23 17:48:16 +01:00
README.md Users and Finance Ops work wip 2022-08-19 04:18:50 +01:00
docker-compose.yml Data objects working in controllers (Country and Currency) 2022-08-22 03:13:53 +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