Repo with experimental dotnet 6 api on mongoDB and auto generated typescript client
Before start, install dotnet cli and sdk Install and run mongodb on port:27017
To run api execute
dotnet run --project server
Swagger Api documentation ready for experiment on http://localhost:5260/swagger
dotnet run --project APIClientGenerator http://localhost:5260/swagger/v1/swagger.json client/intex.ts TypeScript