CRUD básico creado con ASP.NET Core MVC y MySQL. Permite visualizar, crear editar y eliminar alumnos e instructores. La aplicación puede encriptar y desencriptar datos con el algoritmo AES. En este ...
I will be using a docker-compose to run MySQL in a docker container. This would allow us the add more services that our rest api is depenedent on e.g. redis server for distributed caching. Let's start ...