mirror of
https://github.com/farcasclaudiu/MartianRobots.git
synced 2026-06-28 19:01:06 +03:00
Add project files.
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# README file
|
||||
|
||||
## 1. Running the solver - CLI
|
||||
|
||||
run project MartianRobots.Web.Server
|
||||
local dev computer - CLI
|
||||
|
||||
```sh
|
||||
dotnet run --project .\MartianRobots.Web\Server\MartianRobots.Web.Server.csproj
|
||||
```
|
||||
|
||||
then browse <http://localhost:5003>
|
||||
|
||||
## 2. Running the solver - Docker
|
||||
|
||||
```sh
|
||||
docker run -p 5050:80 --name martianrobots clodyx/martianrobotswebserver
|
||||
```
|
||||
|
||||
## 3. Projects structure
|
||||
MartianRobotsSolver - problem solver library
|
||||
MartianRobotsSolver.Tests - unit tests for solver
|
||||
MartianRobots.Api - a simple web api for quick use
|
||||
MartianRobots.Web.Server - blazor WASM app with .net web api
|
||||
MartianRobots.Web.Client - WASM app for blazor
|
||||
MartianRobots.Web.Shared - shared project for blazor
|
||||
|
||||
Reference in New Issue
Block a user