Skip to content

Simple to-do-list app done using unnecessarily complex technologies. RESTful API + Orleans part.

Notifications You must be signed in to change notification settings

DSroD/todo-list-api

Repository files navigation

Awesome (and unnecessarily complex) to-do list api using Microsoft Orleans with MongoDB support for persistence and .Net 5.0 with Swagger to expose ToDo-list API.

To connect to your MongoDB atlas, create appsettings.json in Silo\ folder using following template

{
    "databaseName": "[your database name]",
    "atlasConnectionString" : "[your connection string]"
}

You should set up corsSettings.json in Client\ folder to include hostname of to-do-list-app.

Client runs SwaggerUI. Grains in Silo represent notes in to-do list.

To deploy, fisrt start Silo and then Client. API will be ready for connections using todo-list-app.

About

Simple to-do-list app done using unnecessarily complex technologies. RESTful API + Orleans part.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages