Skip to content

Commit 8d456ba

Browse files
committed
set readme
1 parent e5d482d commit 8d456ba

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

JixMinApiDemo.sln

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JixMinApi", "JixMinApi\JixM
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JixMinApiTests", "JixMinApiTests\JixMinApiTests.csproj", "{52E1F324-F939-4BEE-9614-1474CCA6E100}"
99
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{98247920-2582-4640-81E3-06DFF043DC4C}"
11+
ProjectSection(SolutionItems) = preProject
12+
README.md = README.md
13+
EndProjectSection
14+
EndProject
1015
Global
1116
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1217
Debug|Any CPU = Debug|Any CPU

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
# JixMinApiDemo
1+
# JixMinApiDemo
2+
A simple minimal API Demo that uses vertical slice architecture.
3+
4+
## TODOs
5+
- [x] Setup base feature structure
6+
- [x] add github action for CI
7+
- [ ] pass unit tests
8+
- [ ] add mediatr
9+
- [ ] add app insights/logging
10+
- [ ] set data migration process
11+
- [ ] set release process
12+
- [ ] add e2e test on CI
13+
- [ ] add bicep (IAC)
14+
- [ ] set docker container

0 commit comments

Comments
 (0)