/Vanilly

ASP.NET Core, Angular, MongoDB, Docker and Auth sample

Primary LanguageHTML

Vanilly

Just a sample application that combines

  • an ASP.NET Core Server,
  • an Angular Client,
  • a Mongo DB and
  • Authentication and Authorization

composed by Docker Compose.

Requirements

  • Docker
  • Docker Compose

That's it.

Run it

Linux/MacOS

./compose.sh

Windows

.\compose.ps1

Open your browser on

You can edit the ASP.NET Core Server and the Angular Client while they are running. They will both recompile on demand.