/flight-check-in

Design and implement a .Net (Core) Web API solution, which automates check-in into a

Primary LanguageC#

flight-check-in

Design and implement a .Net (Core) Web API solution, which automates check-in into a flight

Table of Contents:

  • DotNet Core 3.1
  • OpenApi (swagger)
  • MediatR
  • Clean Architecture
  • Clean Code
  • Docker
  • Jenkins pipeline

Build and run the Docker image

Open a command prompt and navigate to your project folder. Use the following commands to build and run your Docker image:

 docker build -t aspnetapp .
 docker run -d -p 8099:80 --name myapp aspnetapp