Dashboard for managing sites, this includes various tools for setting up environments for a variety of websites.
Go to file
CodeLiturgy 9dc878c517 Cookie Auth working 2022-09-10 06:05:24 +01:00
BlueWest k 2022-09-10 05:28:41 +01:00
BlueWest.Api Cookie Auth working 2022-09-10 06:05:24 +01:00
BlueWest.Api.Gateway k 2022-09-10 05:28:41 +01:00
BlueWest.Data.Capital k 2022-09-10 05:28:41 +01:00
BlueWest.Data.Geography k 2022-09-10 05:28:41 +01:00
BlueWest.Frontend@f7249c3bb1 bump frontend 2022-09-09 04:27:34 +01:00
include Bump ef methods 2022-09-09 04:26:58 +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 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