Generate mixed expressions, remake of ExpGen
cd src/Expressio
dotnet run
Default route for the app is http://localhost:5289/.
In development environment, a swagger for the API is also accessible through http://localhost:5289/swagger/index.html.
docker build -t expressio -f Dockerfile ./src/Expressio
docker run -d -p 5289:8080 expressio
Default route for the app is http://localhost:5289/.
cd src
dotnet test