diff --git a/JixMinApiDemo.sln b/JixMinApiDemo.sln index a2243f2..ce363e5 100644 --- a/JixMinApiDemo.sln +++ b/JixMinApiDemo.sln @@ -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 diff --git a/README.md b/README.md index a1f8fde..09b2b3e 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# JixMinApiDemo \ No newline at end of file +# 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 \ No newline at end of file