This is a brief description of the AviationApp. It's a C# application that...
To install the project, clone the repository and navigate into the project directory:
git clone https://github.com/M-Alzanati/AviationApp.git
cd AviationApp
To create database server, please run the following commands:
cd development/local-development
docker-compose up -d
To create database, please change connection string in appsettings.json, run the following command:
cd src
dotnet ef database update --project AviationApp.Infrastructure --startup-project AviationApp.Api
To run project with docker
docker build -t myapp:1.0 .
docker run --rm -it -p 5001:8080 myapp:1.0
curl http://localhost:5001/healthz