Skip to content

πŸ’» Todo List type application with a backend and frontend (focused on the backend with ASP.Net Core) that i use to study and apply some concepts used in real world applications problems. It was built from the beginning, the built of a solid API, and the final stage, publish in the Cloud.

Notifications You must be signed in to change notification settings

marioalvesx/DevToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

31 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Dev To Do List

This is a simple Todo List type application with a backend and frontend (focused on the backend with ASP.Net Core) that i use to study and apply some concepts used in real world applications problems. It was built from the beginning, the built of a solid API, and the final stage, publish in the Cloud.

demo


πŸ§‘β€πŸ’» Technologies

βš™οΈ How to execute?

After cloning the application locally, in your VSCode just run the command

dotnet build

and after that:

dotnet run

Remember that to show the frontend of the application the backend must be running. You also need to have the database installed locally and configured with the correct credentials in the 'appsettings.json' file:

"ConnectionStrings": {
    "CustomerRegistrationConnection": "Server=YourServerNameHere; Database=CustomerRegistrationDb; Integrated Security=True; trustServerCertificate=true;"
  }

And the Entity Framework installed with the following packages:

  • Microsoft.EntityFrameworkCore.InMemory
  • Microsoft.EntityFrameworkCore.SQLServer
  • Microsoft.EntityFrameworkCore.Design

🀝 Communication between BackEnd and FrontEnd:

API consumed by Blazor Web Assembly. To execute it the api must be running in second plan.

✨ Show your support

Give a ⭐️ if this project helped you or inspired you in some way! Get in touch with me: LinkedIn
Made with πŸ’œ by Mario Alves.

About

πŸ’» Todo List type application with a backend and frontend (focused on the backend with ASP.Net Core) that i use to study and apply some concepts used in real world applications problems. It was built from the beginning, the built of a solid API, and the final stage, publish in the Cloud.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published