- Docker
- .NET 8.0
- Node lts
In the src directory go to src AspireHost and run:
dotnet run
In the src directory go to TodaApp.client and run:
npm install
npm run dev
If you want to use only docker compose, you can run the following command in the root directory:
docker-compose up
go to the api server program and make a
dotnet run