Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
frpouly committed Feb 4, 2024
1 parent d023dd5 commit 530b846
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Expressio

Generate mixed expressions, remake of [ExpGen](https://github.com/Gulantib/ExpGen)

## Run the App

```dotnetcli
cd src/Expressio
dotnet run
```

Default route for the app is [http://localhost:5289/](http://localhost:5289/).
In development environment, a swagger for the API is also accessible through [http://localhost:5289/swagger/index.html](http://localhost:5289/swagger/index.html).

## Run the test suite

```dotnetcli
cd src
dotnet test
```

0 comments on commit 530b846

Please sign in to comment.