Skip to content

Commit

Permalink
set readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jicking committed Apr 8, 2024
1 parent e5d482d commit 8d456ba
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
5 changes: 5 additions & 0 deletions JixMinApiDemo.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JixMinApi", "JixMinApi\JixM
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JixMinApiTests", "JixMinApiTests\JixMinApiTests.csproj", "{52E1F324-F939-4BEE-9614-1474CCA6E100}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{98247920-2582-4640-81E3-06DFF043DC4C}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# JixMinApiDemo
# JixMinApiDemo
A simple minimal API Demo that uses vertical slice architecture.

## TODOs
- [x] Setup base feature structure
- [x] add github action for CI
- [ ] pass unit tests
- [ ] add mediatr
- [ ] add app insights/logging
- [ ] set data migration process
- [ ] set release process
- [ ] add e2e test on CI
- [ ] add bicep (IAC)
- [ ] set docker container

0 comments on commit 8d456ba

Please sign in to comment.