Dashboard for managing sites, this includes various tools for setting up environments for a variety of websites.
Go to file
Wvader e0e9df2edd Credentials working in the frontend 2022-09-12 15:57:37 +01:00
BlueWest k 2022-09-10 05:28:41 +01:00
BlueWest.Api Credentials working in the frontend 2022-09-12 15:57:37 +01:00
BlueWest.Api.Gateway k 2022-09-10 05:28:41 +01:00
BlueWest.Data.Capital Credentials working in the frontend 2022-09-12 15:57:37 +01:00
BlueWest.Data.Geography Refactor, move data to respective project 2022-09-11 18:45:26 +01:00
BlueWest.Frontend@2afc7cc1eb Refactor, move data to respective project 2022-09-11 18:45:26 +01:00
include Bump repos 2022-09-11 18:47:43 +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 Refactor, move data to respective project 2022-09-11 18:45:26 +01:00
BlueWest.sln.DotSettings Add Users code 2022-09-09 22:33:17 +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