A sample Auction House application in F# with event sourcing by Marten / PostgreSQL.
Stars
20
Forks
3
Watchers
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
23
commits
Update README.md
055dee3
small refactor
e0d8e38
Changed aggregate to be F# records
634fc16
Made (expensive) DocumentStore a singleton
efa0607
light refactoring
15fe148
Changed to newer Giraffe endpoint style API
a360261
cf34630
4eab9ac
Add LICENSE.txt.
6138f6a
Reworked cancel-auction to take a req
c8e99e6
Added validation when placing bids.
d055190
Added a create-auction method
873c146
Added a getAuction method that aggregates the event stream.
3f4d846
Added place-bid method
aea2a84
Added an Api.http test file
3460828