Dashboard for managing sites, this includes various tools for setting up environments for a variety of websites.
Go to file
CodeLiturgy a5e377e66f Use option to select sqlite 2022-09-07 18:26:28 +01:00
BlueWest Supporting 'friendly constructors' 2022-08-21 22:14:50 +01:00
BlueWest.Api Use option to select sqlite 2022-09-07 18:26:28 +01:00
BlueWest.Api.Gateway Refactor 2022-08-19 17:47:35 +01:00
BlueWest.Data.Capital Fix miscelaneous errors 2022-09-05 23:37:52 +01:00
BlueWest.Data.Geography Supporting 'friendly constructors' 2022-08-21 22:14:50 +01:00
BlueWest.Frontend@ba851c4f94 Use option to select sqlite 2022-09-07 18:26:28 +01:00
include Fix miscelaneous errors 2022-09-05 23:37:52 +01:00
.gitignore Use option to select sqlite 2022-09-07 18:26:28 +01:00
.gitmodules Ok gitmodules 2022-09-05 23:39:46 +01:00
BlueWest.sln Use separate EfGenerator project 2022-09-05 23:17:47 +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